Last change
on this file since 1537 was
613,
checked in by sam, 12 years ago
|
Add Win32 contrib files for easier deployment:
- gtk-2.22.1, downloaded from the bundle available on
http://ftp.twaren.net/Unix/X/GNOME/binaries/win32/gtk+/2.22/ and stripped
from src, man, manifest, share/doc, share/man, share/gtk-doc, share/gtk-2.0
and toplevel files
- gtkglarea-2.0.1, built by hand
- sdl-1.2.14, from http://www.libsdl.org/release/SDL-devel-1.2.14-VC8.zip
and stripped from toplevel files
- sdl-image-1.2.10, from http://www.libsdl.org/projects/SDL_image/release/
and stripped from toplevel files
- sdl-mixer-1.2.11, from http://www.libsdl.org/projects/SDL_mixer/release/
and stripped from toplevel files
|
File size:
890 bytes
|
Line | |
---|
1 | # Example configuration file for the GTK+ Multipress Input Method |
---|
2 | # Authored by Openismus GmbH, 2009. |
---|
3 | # |
---|
4 | # This file follows the GKeyFile format. On the left of the equal sign goes |
---|
5 | # the key that you press repeatedly to iterate through the text items listed |
---|
6 | # on the right-hand side. The list items are separated by semicolons ";" and |
---|
7 | # consist of one or more characters each. The backslash "\" is used to escape |
---|
8 | # characters; for instance "\;" for a literal semicolon. |
---|
9 | # |
---|
10 | # The example configuration below imitates the behavior of a standard mobile |
---|
11 | # phone by a major manufacturer, with German language setting. |
---|
12 | [keys] |
---|
13 | KP_1 = .;,;?;!;';";1;-;(;);@;/;:;_ |
---|
14 | KP_2 = a;b;c;2;ä;à;á;ã;â;å;æ;ç |
---|
15 | KP_3 = d;e;f;3;è;é;ë;ê;ð |
---|
16 | KP_4 = g;h;i;4;ì;í;î;ï |
---|
17 | KP_5 = j;k;l;5;£ |
---|
18 | KP_6 = m;n;o;6;ö;ò;ó;ô;õ;ø;ñ |
---|
19 | KP_7 = p;q;r;s;7;ß;$ |
---|
20 | KP_8 = t;u;v;8;ü;ù;ú;û |
---|
21 | KP_9 = w;x;y;z;9;ý;þ |
---|
22 | KP_0 = \s;0 |
---|
Note: See
TracBrowser
for help on using the repository browser.