summaryrefslogtreecommitdiffstats
path: root/xrdp/lang.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-09-27 05:54:51 +0000
committerjsorg71 <jsorg71>2007-09-27 05:54:51 +0000
commit417e05a7bd0fedde1adb629895090ad58021d7b7 (patch)
tree22d839a5e8b67f4cdf14705d77d969dc61c72d3c /xrdp/lang.c
parent62e47c6de0b840f194e5fcc68663acfaeea8ad68 (diff)
downloadxrdp-proprietary-417e05a7bd0fedde1adb629895090ad58021d7b7.tar.gz
xrdp-proprietary-417e05a7bd0fedde1adb629895090ad58021d7b7.zip
czech.txt
Diffstat (limited to 'xrdp/lang.c')
-rw-r--r--xrdp/lang.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/xrdp/lang.c b/xrdp/lang.c
index e6730550..a7435230 100644
--- a/xrdp/lang.c
+++ b/xrdp/lang.c
@@ -490,12 +490,12 @@ int se_altgr[] =
/* non shift chars */
int cs_noshift[] =
{
- 0, 0, '+', 0x011b, 0x0161, 0x010d, 0x0159, 0x017e,
- 0x00fd, 0x00e1, 0x00ed, 0x00e9, '-', '=', 0, 0,
- 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i',
- 'o', 'p', '[', ']', 0, 0, 'a', 's',
+ 0, 0, '+', 0x11b, 0x161, 0x10d, 0x159, 0x17e,
+ 0xfd, 0xe1, 0xed, 0xe9, '=', 0xb4, 0, 0,
+ 'q', 'w', 'e', 'r', 't', 'z', 'u', 'i',
+ 'o', 'p', 0xfa, ')', 0, 0, 'a', 's',
'd', 'f', 'g', 'h', 'j', 'k', 'l', ';',
- '\'', '`', 0, '\\', 'z', 'x', 'c', 'v',
+ '\'', '`', 0, 0xa8, 'z', 'x', 'c', 'v',
'b', 'n', 'm', ',', '.', '/', 0, '*',
0, ' ', 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, '7',
@@ -511,9 +511,9 @@ int cs_noshift[] =
/* shift chars */
int cs_shift[] =
{
- 0, 0, '!', '@', '#', '$', '%', '^',
- '&', '*', '(', ')', '_', '+', 0, 0,
- 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I',
+ 0, 0, '1', '2', '3', '4', '5', '6',
+ '7', '8', '9', '0', '%', 0x2c7, 0, 0,
+ 'Q', 'W', 'E', 'R', 'T', 'Z', 'U', 'I',
'O', 'P', '{', '}', 0, 0, 'A', 'S',
'D', 'F', 'G', 'H', 'J', 'K', 'L', ':',
'"', '~', 0, '|', 'Z', 'X', 'C', 'V',