diff options
author | ilsimo <ilsimo> | 2007-04-01 20:42:35 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2007-04-01 20:42:35 +0000 |
commit | e9a9c8dc97124148365ae1cc8d7c2044136fc720 (patch) | |
tree | c3cf85db533559b7e7fc2b3c510234fd8d9247a4 /xrdp | |
parent | 6cbc09be53e8ee7c35cd3a281360412361ffc6ef (diff) | |
download | xrdp-proprietary-e9a9c8dc97124148365ae1cc8d7c2044136fc720.tar.gz xrdp-proprietary-e9a9c8dc97124148365ae1cc8d7c2044136fc720.zip |
small fixes for italian keymap (added <>{} keys)
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/lang.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xrdp/lang.c b/xrdp/lang.c index c21dfc26..7fa63ac1 100644 --- a/xrdp/lang.c +++ b/xrdp/lang.c @@ -91,7 +91,7 @@ char en_us_altgr[] = /*****************************************************************************/ /* italy */ -/* non shift chars */ +/* non shift chars ec*/ char it_noshift[] = { 0, 0, '1', '2', '3', '4', '5', '6', @@ -104,7 +104,7 @@ char it_noshift[] = 0, ' ', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '7', '8', '9', '-', '4', '5', '6', '+', '1', - '2', '3', '0', '.', 0, 0, 0, 0, + '2', '3', '0', '.', 0, 0, '<', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -125,7 +125,7 @@ char it_shift[] = 0, ' ', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '7', '8', '9', '-', '4', '5', '6', '+', '1', - '2', '3', '0', '.', 0, 0, 0, 0, + '2', '3', '0', '.', 0, 0, '>', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -137,7 +137,7 @@ char it_shift[] = char it_altgr[] = { 0, 0, 0, 0, 0, 0, 0x80, 0, - 0, 0, 0, 0, 0, 0, 0, 0, + '{', 0, 0, '}', 0, 0, 0, 0, 0, 0, 0x80, 0, 0, 0, 0, 0, 0, 0, '[', ']', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '@', |