source: trunk/packages/xen-3.1/xen-3.1/tools/ioemu/patches/vnc-altgr-keysym @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 819 bytes
Line 
1Index: 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
13Index: 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.