diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2009-05-15 22:42:30 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-06-23 21:07:03 +0100 |
commit | 33e25143361d63ea776dfafeeb6d4ffb2f6fd8d4 (patch) | |
tree | ea4d24417c65f451b441867a0b9ee49e1c32ebd9 /hw/xwin/winlayouts.h | |
parent | b079945c39e2a72220b46953352e24c3a74ef39a (diff) |
Cygwin/X: add hebrew to autodetected keyboard layouts
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/winlayouts.h')
-rw-r--r-- | hw/xwin/winlayouts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index 1fd345705..d1d21a12d 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -63,6 +63,7 @@ WinKBLayoutRec winKBLayouts[] = { 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"}, { 0xc0c, -1, "pc105", "ca", "fr", NULL, "French (Canada)"}, { 0x100c, -1, "pc105", "ch", "fr", NULL, "French (Switzerland)"}, + { 0x40d, -1, "pc105", "il", NULL, NULL, "Hebrew"}, { 0x40e, -1, "pc105", "hu", NULL, NULL, "Hungarian"}, { 0x40f, -1, "pc105", "is", NULL, NULL, "Icelandic"}, { 0x410, -1, "pc105", "it", NULL, NULL, "Italian"}, |