GDK: Prefix key names with KEY_
The keysyms create a lot of potential namespace conflicts for C, and are especially problematic for introspection, where we take constants into the namespace, so GDK_Display conflicts with GdkDisplay. For C application compatiblity, add gdkkeysyms-compat.h which uses the old names. Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is the gtkimcontextsimple.c, since porting that requires porting more custom Perl code.
This commit is contained in:
@ -61,168 +61,168 @@ viqr_register_type (GTypeModule *module)
|
||||
}
|
||||
|
||||
static guint16 viqr_compose_seqs[] = {
|
||||
GDK_A, 0, 0, 0, 0, 'A',
|
||||
GDK_A, GDK_apostrophe, 0, 0, 0, 0xc1,
|
||||
GDK_A, GDK_parenleft, 0, 0, 0, 0x102,
|
||||
GDK_A, GDK_parenleft, GDK_apostrophe, 0, 0, 0x1eae,
|
||||
GDK_A, GDK_parenleft, GDK_period, 0, 0, 0x1eb6,
|
||||
GDK_A, GDK_parenleft, GDK_question, 0, 0, 0x1eb2,
|
||||
GDK_A, GDK_parenleft, GDK_grave, 0, 0, 0x1eb0,
|
||||
GDK_A, GDK_parenleft, GDK_asciitilde, 0, 0, 0x1eb4,
|
||||
GDK_A, GDK_period, 0, 0, 0, 0x1ea0,
|
||||
GDK_A, GDK_question, 0, 0, 0, 0x1ea2,
|
||||
GDK_A, GDK_asciicircum, 0, 0, 0, 0xc2,
|
||||
GDK_A, GDK_asciicircum, GDK_apostrophe, 0, 0, 0x1ea4,
|
||||
GDK_A, GDK_asciicircum, GDK_period, 0, 0, 0x1eac,
|
||||
GDK_A, GDK_asciicircum, GDK_question, 0, 0, 0x1ea8,
|
||||
GDK_A, GDK_asciicircum, GDK_grave, 0, 0, 0x1ea6,
|
||||
GDK_A, GDK_asciicircum, GDK_asciitilde, 0, 0, 0x1eaa,
|
||||
GDK_A, GDK_grave, 0, 0, 0, 0xc0,
|
||||
GDK_A, GDK_asciitilde, 0, 0, 0, 0xc3,
|
||||
GDK_D, 0, 0, 0, 0, 'D',
|
||||
GDK_D, GDK_D, 0, 0, 0, 0x110,
|
||||
GDK_D, GDK_d, 0, 0, 0, 0x110,
|
||||
GDK_E, 0, 0, 0, 0, 'E',
|
||||
GDK_E, GDK_apostrophe, 0, 0, 0, 0xc9,
|
||||
GDK_E, GDK_period, 0, 0, 0, 0x1eb8,
|
||||
GDK_E, GDK_question, 0, 0, 0, 0x1eba,
|
||||
GDK_E, GDK_asciicircum, 0, 0, 0, 0xca,
|
||||
GDK_E, GDK_asciicircum, GDK_apostrophe, 0, 0, 0x1ebe,
|
||||
GDK_E, GDK_asciicircum, GDK_period, 0, 0, 0x1ec6,
|
||||
GDK_E, GDK_asciicircum, GDK_question, 0, 0, 0x1ec2,
|
||||
GDK_E, GDK_asciicircum, GDK_grave, 0, 0, 0x1ec0,
|
||||
GDK_E, GDK_asciicircum, GDK_asciitilde, 0, 0, 0x1ec4,
|
||||
GDK_E, GDK_grave, 0, 0, 0, 0xc8,
|
||||
GDK_E, GDK_asciitilde, 0, 0, 0, 0x1ebc,
|
||||
GDK_I, 0, 0, 0, 0, 'I',
|
||||
GDK_I, GDK_apostrophe, 0, 0, 0, 0xcd,
|
||||
GDK_I, GDK_period, 0, 0, 0, 0x1eca,
|
||||
GDK_I, GDK_question, 0, 0, 0, 0x1ec8,
|
||||
GDK_I, GDK_grave, 0, 0, 0, 0xcc,
|
||||
GDK_I, GDK_asciitilde, 0, 0, 0, 0x128,
|
||||
GDK_O, 0, 0, 0, 0, 'O',
|
||||
GDK_O, GDK_apostrophe, 0, 0, 0, 0xD3,
|
||||
GDK_O, GDK_plus, 0, 0, 0, 0x1a0,
|
||||
GDK_O, GDK_plus, GDK_apostrophe, 0, 0, 0x1eda,
|
||||
GDK_O, GDK_plus, GDK_period, 0, 0, 0x1ee2,
|
||||
GDK_O, GDK_plus, GDK_question, 0, 0, 0x1ede,
|
||||
GDK_O, GDK_plus, GDK_grave, 0, 0, 0x1edc,
|
||||
GDK_O, GDK_plus, GDK_asciitilde, 0, 0, 0x1ee0,
|
||||
GDK_O, GDK_period, 0, 0, 0, 0x1ecc,
|
||||
GDK_O, GDK_question, 0, 0, 0, 0x1ece,
|
||||
GDK_O, GDK_asciicircum, 0, 0, 0, 0xd4,
|
||||
GDK_O, GDK_asciicircum, GDK_apostrophe, 0, 0, 0x1ed0,
|
||||
GDK_O, GDK_asciicircum, GDK_period, 0, 0, 0x1ed8,
|
||||
GDK_O, GDK_asciicircum, GDK_question, 0, 0, 0x1ed4,
|
||||
GDK_O, GDK_asciicircum, GDK_grave, 0, 0, 0x1ed2,
|
||||
GDK_O, GDK_asciicircum, GDK_asciitilde, 0, 0, 0x1ed6,
|
||||
GDK_O, GDK_grave, 0, 0, 0, 0xD2,
|
||||
GDK_O, GDK_asciitilde, 0, 0, 0, 0xD5,
|
||||
GDK_U, 0, 0, 0, 0, 'U',
|
||||
GDK_U, GDK_apostrophe, 0, 0, 0, 0xDA,
|
||||
GDK_U, GDK_plus, 0, 0, 0, 0x1af,
|
||||
GDK_U, GDK_plus, GDK_apostrophe, 0, 0, 0x1ee8,
|
||||
GDK_U, GDK_plus, GDK_period, 0, 0, 0x1ef0,
|
||||
GDK_U, GDK_plus, GDK_question, 0, 0, 0x1eec,
|
||||
GDK_U, GDK_plus, GDK_grave, 0, 0, 0x1eea,
|
||||
GDK_U, GDK_plus, GDK_asciitilde, 0, 0, 0x1eee,
|
||||
GDK_U, GDK_period, 0, 0, 0, 0x1ee4,
|
||||
GDK_U, GDK_question, 0, 0, 0, 0x1ee6,
|
||||
GDK_U, GDK_grave, 0, 0, 0, 0xd9,
|
||||
GDK_U, GDK_asciitilde, 0, 0, 0, 0x168,
|
||||
GDK_Y, 0, 0, 0, 0, 'Y',
|
||||
GDK_Y, GDK_apostrophe, 0, 0, 0, 0xdd,
|
||||
GDK_Y, GDK_period, 0, 0, 0, 0x1ef4,
|
||||
GDK_Y, GDK_question, 0, 0, 0, 0x1ef6,
|
||||
GDK_Y, GDK_grave, 0, 0, 0, 0x1ef2,
|
||||
GDK_Y, GDK_asciitilde, 0, 0, 0, 0x1ef8,
|
||||
GDK_KEY_A, 0, 0, 0, 0, 'A',
|
||||
GDK_KEY_A, GDK_KEY_apostrophe, 0, 0, 0, 0xc1,
|
||||
GDK_KEY_A, GDK_KEY_parenleft, 0, 0, 0, 0x102,
|
||||
GDK_KEY_A, GDK_KEY_parenleft, GDK_KEY_apostrophe, 0, 0, 0x1eae,
|
||||
GDK_KEY_A, GDK_KEY_parenleft, GDK_KEY_period, 0, 0, 0x1eb6,
|
||||
GDK_KEY_A, GDK_KEY_parenleft, GDK_KEY_question, 0, 0, 0x1eb2,
|
||||
GDK_KEY_A, GDK_KEY_parenleft, GDK_KEY_grave, 0, 0, 0x1eb0,
|
||||
GDK_KEY_A, GDK_KEY_parenleft, GDK_KEY_asciitilde, 0, 0, 0x1eb4,
|
||||
GDK_KEY_A, GDK_KEY_period, 0, 0, 0, 0x1ea0,
|
||||
GDK_KEY_A, GDK_KEY_question, 0, 0, 0, 0x1ea2,
|
||||
GDK_KEY_A, GDK_KEY_asciicircum, 0, 0, 0, 0xc2,
|
||||
GDK_KEY_A, GDK_KEY_asciicircum, GDK_KEY_apostrophe, 0, 0, 0x1ea4,
|
||||
GDK_KEY_A, GDK_KEY_asciicircum, GDK_KEY_period, 0, 0, 0x1eac,
|
||||
GDK_KEY_A, GDK_KEY_asciicircum, GDK_KEY_question, 0, 0, 0x1ea8,
|
||||
GDK_KEY_A, GDK_KEY_asciicircum, GDK_KEY_grave, 0, 0, 0x1ea6,
|
||||
GDK_KEY_A, GDK_KEY_asciicircum, GDK_KEY_asciitilde, 0, 0, 0x1eaa,
|
||||
GDK_KEY_A, GDK_KEY_grave, 0, 0, 0, 0xc0,
|
||||
GDK_KEY_A, GDK_KEY_asciitilde, 0, 0, 0, 0xc3,
|
||||
GDK_KEY_D, 0, 0, 0, 0, 'D',
|
||||
GDK_KEY_D, GDK_KEY_D, 0, 0, 0, 0x110,
|
||||
GDK_KEY_D, GDK_KEY_d, 0, 0, 0, 0x110,
|
||||
GDK_KEY_E, 0, 0, 0, 0, 'E',
|
||||
GDK_KEY_E, GDK_KEY_apostrophe, 0, 0, 0, 0xc9,
|
||||
GDK_KEY_E, GDK_KEY_period, 0, 0, 0, 0x1eb8,
|
||||
GDK_KEY_E, GDK_KEY_question, 0, 0, 0, 0x1eba,
|
||||
GDK_KEY_E, GDK_KEY_asciicircum, 0, 0, 0, 0xca,
|
||||
GDK_KEY_E, GDK_KEY_asciicircum, GDK_KEY_apostrophe, 0, 0, 0x1ebe,
|
||||
GDK_KEY_E, GDK_KEY_asciicircum, GDK_KEY_period, 0, 0, 0x1ec6,
|
||||
GDK_KEY_E, GDK_KEY_asciicircum, GDK_KEY_question, 0, 0, 0x1ec2,
|
||||
GDK_KEY_E, GDK_KEY_asciicircum, GDK_KEY_grave, 0, 0, 0x1ec0,
|
||||
GDK_KEY_E, GDK_KEY_asciicircum, GDK_KEY_asciitilde, 0, 0, 0x1ec4,
|
||||
GDK_KEY_E, GDK_KEY_grave, 0, 0, 0, 0xc8,
|
||||
GDK_KEY_E, GDK_KEY_asciitilde, 0, 0, 0, 0x1ebc,
|
||||
GDK_KEY_I, 0, 0, 0, 0, 'I',
|
||||
GDK_KEY_I, GDK_KEY_apostrophe, 0, 0, 0, 0xcd,
|
||||
GDK_KEY_I, GDK_KEY_period, 0, 0, 0, 0x1eca,
|
||||
GDK_KEY_I, GDK_KEY_question, 0, 0, 0, 0x1ec8,
|
||||
GDK_KEY_I, GDK_KEY_grave, 0, 0, 0, 0xcc,
|
||||
GDK_KEY_I, GDK_KEY_asciitilde, 0, 0, 0, 0x128,
|
||||
GDK_KEY_O, 0, 0, 0, 0, 'O',
|
||||
GDK_KEY_O, GDK_KEY_apostrophe, 0, 0, 0, 0xD3,
|
||||
GDK_KEY_O, GDK_KEY_plus, 0, 0, 0, 0x1a0,
|
||||
GDK_KEY_O, GDK_KEY_plus, GDK_KEY_apostrophe, 0, 0, 0x1eda,
|
||||
GDK_KEY_O, GDK_KEY_plus, GDK_KEY_period, 0, 0, 0x1ee2,
|
||||
GDK_KEY_O, GDK_KEY_plus, GDK_KEY_question, 0, 0, 0x1ede,
|
||||
GDK_KEY_O, GDK_KEY_plus, GDK_KEY_grave, 0, 0, 0x1edc,
|
||||
GDK_KEY_O, GDK_KEY_plus, GDK_KEY_asciitilde, 0, 0, 0x1ee0,
|
||||
GDK_KEY_O, GDK_KEY_period, 0, 0, 0, 0x1ecc,
|
||||
GDK_KEY_O, GDK_KEY_question, 0, 0, 0, 0x1ece,
|
||||
GDK_KEY_O, GDK_KEY_asciicircum, 0, 0, 0, 0xd4,
|
||||
GDK_KEY_O, GDK_KEY_asciicircum, GDK_KEY_apostrophe, 0, 0, 0x1ed0,
|
||||
GDK_KEY_O, GDK_KEY_asciicircum, GDK_KEY_period, 0, 0, 0x1ed8,
|
||||
GDK_KEY_O, GDK_KEY_asciicircum, GDK_KEY_question, 0, 0, 0x1ed4,
|
||||
GDK_KEY_O, GDK_KEY_asciicircum, GDK_KEY_grave, 0, 0, 0x1ed2,
|
||||
GDK_KEY_O, GDK_KEY_asciicircum, GDK_KEY_asciitilde, 0, 0, 0x1ed6,
|
||||
GDK_KEY_O, GDK_KEY_grave, 0, 0, 0, 0xD2,
|
||||
GDK_KEY_O, GDK_KEY_asciitilde, 0, 0, 0, 0xD5,
|
||||
GDK_KEY_U, 0, 0, 0, 0, 'U',
|
||||
GDK_KEY_U, GDK_KEY_apostrophe, 0, 0, 0, 0xDA,
|
||||
GDK_KEY_U, GDK_KEY_plus, 0, 0, 0, 0x1af,
|
||||
GDK_KEY_U, GDK_KEY_plus, GDK_KEY_apostrophe, 0, 0, 0x1ee8,
|
||||
GDK_KEY_U, GDK_KEY_plus, GDK_KEY_period, 0, 0, 0x1ef0,
|
||||
GDK_KEY_U, GDK_KEY_plus, GDK_KEY_question, 0, 0, 0x1eec,
|
||||
GDK_KEY_U, GDK_KEY_plus, GDK_KEY_grave, 0, 0, 0x1eea,
|
||||
GDK_KEY_U, GDK_KEY_plus, GDK_KEY_asciitilde, 0, 0, 0x1eee,
|
||||
GDK_KEY_U, GDK_KEY_period, 0, 0, 0, 0x1ee4,
|
||||
GDK_KEY_U, GDK_KEY_question, 0, 0, 0, 0x1ee6,
|
||||
GDK_KEY_U, GDK_KEY_grave, 0, 0, 0, 0xd9,
|
||||
GDK_KEY_U, GDK_KEY_asciitilde, 0, 0, 0, 0x168,
|
||||
GDK_KEY_Y, 0, 0, 0, 0, 'Y',
|
||||
GDK_KEY_Y, GDK_KEY_apostrophe, 0, 0, 0, 0xdd,
|
||||
GDK_KEY_Y, GDK_KEY_period, 0, 0, 0, 0x1ef4,
|
||||
GDK_KEY_Y, GDK_KEY_question, 0, 0, 0, 0x1ef6,
|
||||
GDK_KEY_Y, GDK_KEY_grave, 0, 0, 0, 0x1ef2,
|
||||
GDK_KEY_Y, GDK_KEY_asciitilde, 0, 0, 0, 0x1ef8,
|
||||
/* Do we need anything else here? */
|
||||
GDK_backslash, 0, 0, 0, 0, 0,
|
||||
GDK_backslash, GDK_apostrophe, 0, 0, 0, '\'',
|
||||
GDK_backslash, GDK_parenleft, 0, 0, 0, '(',
|
||||
GDK_backslash, GDK_plus, 0, 0, 0, '+',
|
||||
GDK_backslash, GDK_period, 0, 0, 0, '.',
|
||||
GDK_backslash, GDK_question, 0, 0, 0, '?',
|
||||
GDK_backslash, GDK_D, 0, 0, 0, 'D',
|
||||
GDK_backslash, GDK_backslash, 0, 0, 0, '\\',
|
||||
GDK_backslash, GDK_asciicircum, 0, 0, 0, '^',
|
||||
GDK_backslash, GDK_grave, 0, 0, 0, '`',
|
||||
GDK_backslash, GDK_d, 0, 0, 0, 'd',
|
||||
GDK_backslash, GDK_asciitilde, 0, 0, 0, '~',
|
||||
GDK_a, 0, 0, 0, 0, 'a',
|
||||
GDK_a, GDK_apostrophe, 0, 0, 0, 0xe1,
|
||||
GDK_a, GDK_parenleft, 0, 0, 0, 0x103,
|
||||
GDK_a, GDK_parenleft, GDK_apostrophe, 0, 0, 0x1eaf,
|
||||
GDK_a, GDK_parenleft, GDK_period, 0, 0, 0x1eb7,
|
||||
GDK_a, GDK_parenleft, GDK_question, 0, 0, 0x1eb3,
|
||||
GDK_a, GDK_parenleft, GDK_grave, 0, 0, 0x1eb1,
|
||||
GDK_a, GDK_parenleft, GDK_asciitilde, 0, 0, 0x1eb5,
|
||||
GDK_a, GDK_period, 0, 0, 0, 0x1ea1,
|
||||
GDK_a, GDK_question, 0, 0, 0, 0x1ea3,
|
||||
GDK_a, GDK_asciicircum, 0, 0, 0, 0xe2,
|
||||
GDK_a, GDK_asciicircum, GDK_apostrophe, 0, 0, 0x1ea5,
|
||||
GDK_a, GDK_asciicircum, GDK_period, 0, 0, 0x1ead,
|
||||
GDK_a, GDK_asciicircum, GDK_question, 0, 0, 0x1ea9,
|
||||
GDK_a, GDK_asciicircum, GDK_grave, 0, 0, 0x1ea7,
|
||||
GDK_a, GDK_asciicircum, GDK_asciitilde, 0, 0, 0x1eab,
|
||||
GDK_a, GDK_grave, 0, 0, 0, 0xe0,
|
||||
GDK_a, GDK_asciitilde, 0, 0, 0, 0xe3,
|
||||
GDK_d, 0, 0, 0, 0, 'd',
|
||||
GDK_d, GDK_d, 0, 0, 0, 0x111,
|
||||
GDK_e, 0, 0, 0, 0, 'e',
|
||||
GDK_e, GDK_apostrophe, 0, 0, 0, 0xe9,
|
||||
GDK_e, GDK_period, 0, 0, 0, 0x1eb9,
|
||||
GDK_e, GDK_question, 0, 0, 0, 0x1ebb,
|
||||
GDK_e, GDK_asciicircum, 0, 0, 0, 0xea,
|
||||
GDK_e, GDK_asciicircum, GDK_apostrophe, 0, 0, 0x1ebf,
|
||||
GDK_e, GDK_asciicircum, GDK_period, 0, 0, 0x1ec7,
|
||||
GDK_e, GDK_asciicircum, GDK_question, 0, 0, 0x1ec3,
|
||||
GDK_e, GDK_asciicircum, GDK_grave, 0, 0, 0x1ec1,
|
||||
GDK_e, GDK_asciicircum, GDK_asciitilde, 0, 0, 0x1ec5,
|
||||
GDK_e, GDK_grave, 0, 0, 0, 0xe8,
|
||||
GDK_e, GDK_asciitilde, 0, 0, 0, 0x1ebd,
|
||||
GDK_i, 0, 0, 0, 0, 'i',
|
||||
GDK_i, GDK_apostrophe, 0, 0, 0, 0xed,
|
||||
GDK_i, GDK_period, 0, 0, 0, 0x1ecb,
|
||||
GDK_i, GDK_question, 0, 0, 0, 0x1ec9,
|
||||
GDK_i, GDK_grave, 0, 0, 0, 0xec,
|
||||
GDK_i, GDK_asciitilde, 0, 0, 0, 0x129,
|
||||
GDK_o, 0, 0, 0, 0, 'o',
|
||||
GDK_o, GDK_apostrophe, 0, 0, 0, 0xF3,
|
||||
GDK_o, GDK_plus, 0, 0, 0, 0x1a1,
|
||||
GDK_o, GDK_plus, GDK_apostrophe, 0, 0, 0x1edb,
|
||||
GDK_o, GDK_plus, GDK_period, 0, 0, 0x1ee3,
|
||||
GDK_o, GDK_plus, GDK_question, 0, 0, 0x1edf,
|
||||
GDK_o, GDK_plus, GDK_grave, 0, 0, 0x1edd,
|
||||
GDK_o, GDK_plus, GDK_asciitilde, 0, 0, 0x1ee1,
|
||||
GDK_o, GDK_period, 0, 0, 0, 0x1ecd,
|
||||
GDK_o, GDK_question, 0, 0, 0, 0x1ecf,
|
||||
GDK_o, GDK_asciicircum, 0, 0, 0, 0xf4,
|
||||
GDK_o, GDK_asciicircum, GDK_apostrophe, 0, 0, 0x1ed1,
|
||||
GDK_o, GDK_asciicircum, GDK_period, 0, 0, 0x1ed9,
|
||||
GDK_o, GDK_asciicircum, GDK_question, 0, 0, 0x1ed5,
|
||||
GDK_o, GDK_asciicircum, GDK_grave, 0, 0, 0x1ed3,
|
||||
GDK_o, GDK_asciicircum, GDK_asciitilde, 0, 0, 0x1ed7,
|
||||
GDK_o, GDK_grave, 0, 0, 0, 0xF2,
|
||||
GDK_o, GDK_asciitilde, 0, 0, 0, 0xF5,
|
||||
GDK_u, 0, 0, 0, 0, 'u',
|
||||
GDK_u, GDK_apostrophe, 0, 0, 0, 0xFA,
|
||||
GDK_u, GDK_plus, 0, 0, 0, 0x1b0,
|
||||
GDK_u, GDK_plus, GDK_apostrophe, 0, 0, 0x1ee9,
|
||||
GDK_u, GDK_plus, GDK_period, 0, 0, 0x1ef1,
|
||||
GDK_u, GDK_plus, GDK_question, 0, 0, 0x1eed,
|
||||
GDK_u, GDK_plus, GDK_grave, 0, 0, 0x1eeb,
|
||||
GDK_u, GDK_plus, GDK_asciitilde, 0, 0, 0x1eef,
|
||||
GDK_u, GDK_period, 0, 0, 0, 0x1ee5,
|
||||
GDK_u, GDK_question, 0, 0, 0, 0x1ee7,
|
||||
GDK_u, GDK_grave, 0, 0, 0, 0xf9,
|
||||
GDK_u, GDK_asciitilde, 0, 0, 0, 0x169,
|
||||
GDK_y, 0, 0, 0, 0, 'y',
|
||||
GDK_y, GDK_apostrophe, 0, 0, 0, 0xfd,
|
||||
GDK_y, GDK_period, 0, 0, 0, 0x1ef5,
|
||||
GDK_y, GDK_question, 0, 0, 0, 0x1ef7,
|
||||
GDK_y, GDK_grave, 0, 0, 0, 0x1ef3,
|
||||
GDK_y, GDK_asciitilde, 0, 0, 0, 0x1ef9,
|
||||
GDK_KEY_backslash, 0, 0, 0, 0, 0,
|
||||
GDK_KEY_backslash, GDK_KEY_apostrophe, 0, 0, 0, '\'',
|
||||
GDK_KEY_backslash, GDK_KEY_parenleft, 0, 0, 0, '(',
|
||||
GDK_KEY_backslash, GDK_KEY_plus, 0, 0, 0, '+',
|
||||
GDK_KEY_backslash, GDK_KEY_period, 0, 0, 0, '.',
|
||||
GDK_KEY_backslash, GDK_KEY_question, 0, 0, 0, '?',
|
||||
GDK_KEY_backslash, GDK_KEY_D, 0, 0, 0, 'D',
|
||||
GDK_KEY_backslash, GDK_KEY_backslash, 0, 0, 0, '\\',
|
||||
GDK_KEY_backslash, GDK_KEY_asciicircum, 0, 0, 0, '^',
|
||||
GDK_KEY_backslash, GDK_KEY_grave, 0, 0, 0, '`',
|
||||
GDK_KEY_backslash, GDK_KEY_d, 0, 0, 0, 'd',
|
||||
GDK_KEY_backslash, GDK_KEY_asciitilde, 0, 0, 0, '~',
|
||||
GDK_KEY_a, 0, 0, 0, 0, 'a',
|
||||
GDK_KEY_a, GDK_KEY_apostrophe, 0, 0, 0, 0xe1,
|
||||
GDK_KEY_a, GDK_KEY_parenleft, 0, 0, 0, 0x103,
|
||||
GDK_KEY_a, GDK_KEY_parenleft, GDK_KEY_apostrophe, 0, 0, 0x1eaf,
|
||||
GDK_KEY_a, GDK_KEY_parenleft, GDK_KEY_period, 0, 0, 0x1eb7,
|
||||
GDK_KEY_a, GDK_KEY_parenleft, GDK_KEY_question, 0, 0, 0x1eb3,
|
||||
GDK_KEY_a, GDK_KEY_parenleft, GDK_KEY_grave, 0, 0, 0x1eb1,
|
||||
GDK_KEY_a, GDK_KEY_parenleft, GDK_KEY_asciitilde, 0, 0, 0x1eb5,
|
||||
GDK_KEY_a, GDK_KEY_period, 0, 0, 0, 0x1ea1,
|
||||
GDK_KEY_a, GDK_KEY_question, 0, 0, 0, 0x1ea3,
|
||||
GDK_KEY_a, GDK_KEY_asciicircum, 0, 0, 0, 0xe2,
|
||||
GDK_KEY_a, GDK_KEY_asciicircum, GDK_KEY_apostrophe, 0, 0, 0x1ea5,
|
||||
GDK_KEY_a, GDK_KEY_asciicircum, GDK_KEY_period, 0, 0, 0x1ead,
|
||||
GDK_KEY_a, GDK_KEY_asciicircum, GDK_KEY_question, 0, 0, 0x1ea9,
|
||||
GDK_KEY_a, GDK_KEY_asciicircum, GDK_KEY_grave, 0, 0, 0x1ea7,
|
||||
GDK_KEY_a, GDK_KEY_asciicircum, GDK_KEY_asciitilde, 0, 0, 0x1eab,
|
||||
GDK_KEY_a, GDK_KEY_grave, 0, 0, 0, 0xe0,
|
||||
GDK_KEY_a, GDK_KEY_asciitilde, 0, 0, 0, 0xe3,
|
||||
GDK_KEY_d, 0, 0, 0, 0, 'd',
|
||||
GDK_KEY_d, GDK_KEY_d, 0, 0, 0, 0x111,
|
||||
GDK_KEY_e, 0, 0, 0, 0, 'e',
|
||||
GDK_KEY_e, GDK_KEY_apostrophe, 0, 0, 0, 0xe9,
|
||||
GDK_KEY_e, GDK_KEY_period, 0, 0, 0, 0x1eb9,
|
||||
GDK_KEY_e, GDK_KEY_question, 0, 0, 0, 0x1ebb,
|
||||
GDK_KEY_e, GDK_KEY_asciicircum, 0, 0, 0, 0xea,
|
||||
GDK_KEY_e, GDK_KEY_asciicircum, GDK_KEY_apostrophe, 0, 0, 0x1ebf,
|
||||
GDK_KEY_e, GDK_KEY_asciicircum, GDK_KEY_period, 0, 0, 0x1ec7,
|
||||
GDK_KEY_e, GDK_KEY_asciicircum, GDK_KEY_question, 0, 0, 0x1ec3,
|
||||
GDK_KEY_e, GDK_KEY_asciicircum, GDK_KEY_grave, 0, 0, 0x1ec1,
|
||||
GDK_KEY_e, GDK_KEY_asciicircum, GDK_KEY_asciitilde, 0, 0, 0x1ec5,
|
||||
GDK_KEY_e, GDK_KEY_grave, 0, 0, 0, 0xe8,
|
||||
GDK_KEY_e, GDK_KEY_asciitilde, 0, 0, 0, 0x1ebd,
|
||||
GDK_KEY_i, 0, 0, 0, 0, 'i',
|
||||
GDK_KEY_i, GDK_KEY_apostrophe, 0, 0, 0, 0xed,
|
||||
GDK_KEY_i, GDK_KEY_period, 0, 0, 0, 0x1ecb,
|
||||
GDK_KEY_i, GDK_KEY_question, 0, 0, 0, 0x1ec9,
|
||||
GDK_KEY_i, GDK_KEY_grave, 0, 0, 0, 0xec,
|
||||
GDK_KEY_i, GDK_KEY_asciitilde, 0, 0, 0, 0x129,
|
||||
GDK_KEY_o, 0, 0, 0, 0, 'o',
|
||||
GDK_KEY_o, GDK_KEY_apostrophe, 0, 0, 0, 0xF3,
|
||||
GDK_KEY_o, GDK_KEY_plus, 0, 0, 0, 0x1a1,
|
||||
GDK_KEY_o, GDK_KEY_plus, GDK_KEY_apostrophe, 0, 0, 0x1edb,
|
||||
GDK_KEY_o, GDK_KEY_plus, GDK_KEY_period, 0, 0, 0x1ee3,
|
||||
GDK_KEY_o, GDK_KEY_plus, GDK_KEY_question, 0, 0, 0x1edf,
|
||||
GDK_KEY_o, GDK_KEY_plus, GDK_KEY_grave, 0, 0, 0x1edd,
|
||||
GDK_KEY_o, GDK_KEY_plus, GDK_KEY_asciitilde, 0, 0, 0x1ee1,
|
||||
GDK_KEY_o, GDK_KEY_period, 0, 0, 0, 0x1ecd,
|
||||
GDK_KEY_o, GDK_KEY_question, 0, 0, 0, 0x1ecf,
|
||||
GDK_KEY_o, GDK_KEY_asciicircum, 0, 0, 0, 0xf4,
|
||||
GDK_KEY_o, GDK_KEY_asciicircum, GDK_KEY_apostrophe, 0, 0, 0x1ed1,
|
||||
GDK_KEY_o, GDK_KEY_asciicircum, GDK_KEY_period, 0, 0, 0x1ed9,
|
||||
GDK_KEY_o, GDK_KEY_asciicircum, GDK_KEY_question, 0, 0, 0x1ed5,
|
||||
GDK_KEY_o, GDK_KEY_asciicircum, GDK_KEY_grave, 0, 0, 0x1ed3,
|
||||
GDK_KEY_o, GDK_KEY_asciicircum, GDK_KEY_asciitilde, 0, 0, 0x1ed7,
|
||||
GDK_KEY_o, GDK_KEY_grave, 0, 0, 0, 0xF2,
|
||||
GDK_KEY_o, GDK_KEY_asciitilde, 0, 0, 0, 0xF5,
|
||||
GDK_KEY_u, 0, 0, 0, 0, 'u',
|
||||
GDK_KEY_u, GDK_KEY_apostrophe, 0, 0, 0, 0xFA,
|
||||
GDK_KEY_u, GDK_KEY_plus, 0, 0, 0, 0x1b0,
|
||||
GDK_KEY_u, GDK_KEY_plus, GDK_KEY_apostrophe, 0, 0, 0x1ee9,
|
||||
GDK_KEY_u, GDK_KEY_plus, GDK_KEY_period, 0, 0, 0x1ef1,
|
||||
GDK_KEY_u, GDK_KEY_plus, GDK_KEY_question, 0, 0, 0x1eed,
|
||||
GDK_KEY_u, GDK_KEY_plus, GDK_KEY_grave, 0, 0, 0x1eeb,
|
||||
GDK_KEY_u, GDK_KEY_plus, GDK_KEY_asciitilde, 0, 0, 0x1eef,
|
||||
GDK_KEY_u, GDK_KEY_period, 0, 0, 0, 0x1ee5,
|
||||
GDK_KEY_u, GDK_KEY_question, 0, 0, 0, 0x1ee7,
|
||||
GDK_KEY_u, GDK_KEY_grave, 0, 0, 0, 0xf9,
|
||||
GDK_KEY_u, GDK_KEY_asciitilde, 0, 0, 0, 0x169,
|
||||
GDK_KEY_y, 0, 0, 0, 0, 'y',
|
||||
GDK_KEY_y, GDK_KEY_apostrophe, 0, 0, 0, 0xfd,
|
||||
GDK_KEY_y, GDK_KEY_period, 0, 0, 0, 0x1ef5,
|
||||
GDK_KEY_y, GDK_KEY_question, 0, 0, 0, 0x1ef7,
|
||||
GDK_KEY_y, GDK_KEY_grave, 0, 0, 0, 0x1ef3,
|
||||
GDK_KEY_y, GDK_KEY_asciitilde, 0, 0, 0, 0x1ef9,
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user