pcb

Comment 7 for bug 700742

Revision history for this message
Felix Ruoff (felixruoff) wrote : Re: hid/gtk: Remove keynames translation-table

I have attached a new patch which replaces the keyname table with g/gdk - functions as Peter Clifton suggested.

With this patch applied, keynames (like 'period', 'bracketleft' or 'BackSpace') and thir corresponding characters (e.g. '.', '[', 'e', ...) can both be used in the gpcb-menu.res file. All keynames and their corresponding characters of the <gdk/gdkkeysyms.h> - headerfile can be used.

Please feel free to give any more comments, wishes and hints to improve this patch!

If this (or a similar) patch will be applied, this also closes LP:699493