forked from AuroraMiddleware/gtk
f326c1e9ec
2007-03-18 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextmultipress.[hc]: * modules/input/im-multipress.conf: * modules/input/immultipress.c: * modules/input/README.multipress: Add the multipress input method. (#417446, Johannes Schmid, Murray Cumming) * modules/input/Makefile.am: Glue svn path=/trunk/; revision=17541
24 lines
565 B
Plaintext
24 lines
565 B
Plaintext
# Configuration File for the GTK+ Multipress Input Method, Copyright 2007 Openismus GmbH
|
|
#
|
|
# The first character is the key that you press repeatedly to get that character and the following characters.
|
|
# Each character is separated by ;
|
|
# Use \ to escape characters - for instance, \; for ";" or \\ for "\"
|
|
#
|
|
# This is the Glib GKeyFile format.
|
|
|
|
# The § item is to test non-ASCII keycodes.
|
|
|
|
[keys]
|
|
|
|
KP_0 = .;,;:;/
|
|
KP_1= a;b;c;ä;2
|
|
KP_2 = d;e;f;3
|
|
KP_3 = g;h;i;4
|
|
KP_4 = j;k;l;5
|
|
KP_5 = m;n;o;ö;6
|
|
KP_6 = p;q;r;s;7
|
|
KP_7 = t;u;v;ü;8
|
|
KP_8 = w;x;y;z;9
|
|
KP_9 = §;X;Y;Z
|
|
|