Line | |
---|
1 | Index: ioemu/keymaps/modifiers |
---|
2 | =================================================================== |
---|
3 | --- ioemu.orig/keymaps/modifiers 2007-05-08 10:35:13.000000000 +0100 |
---|
4 | +++ ioemu/keymaps/modifiers 2007-05-08 10:35:57.000000000 +0100 |
---|
5 | @@ -3,6 +3,7 @@ |
---|
6 | |
---|
7 | Alt_R 0xb8 |
---|
8 | Mode_switch 0xb8 |
---|
9 | +ISO_Level3_Shift 0xb8 |
---|
10 | Alt_L 0x38 |
---|
11 | |
---|
12 | Control_R 0x9d |
---|
13 | Index: ioemu/vnc_keysym.h |
---|
14 | =================================================================== |
---|
15 | --- ioemu.orig/vnc_keysym.h 2007-05-08 10:35:14.000000000 +0100 |
---|
16 | +++ ioemu/vnc_keysym.h 2007-05-08 10:35:14.000000000 +0100 |
---|
17 | @@ -215,6 +215,7 @@ |
---|
18 | {"Shift_R", 0xffe2}, /* XK_Shift_R */ |
---|
19 | {"Super_L", 0xffeb}, /* XK_Super_L */ |
---|
20 | {"Super_R", 0xffec}, /* XK_Super_R */ |
---|
21 | +{"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */ |
---|
22 | |
---|
23 | /* special keys */ |
---|
24 | {"BackSpace", 0xff08}, /* XK_BackSpace */ |
---|
Note: See
TracBrowser
for help on using the repository browser.