Changeset 15777 in vbox
- Timestamp:
- Jan 2, 2009 9:49:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/X11/keyboard-tables.h
r12498 r15777 82 82 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, /* FF18 */ 83 83 /* Sun Menu, additional Japanese keys */ 84 #ifdef sun 85 0x15d, 0x79, 0x00, 0x29, 0x00, 0x00, 0x00, 0x00, /* FF20 */ 86 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, /* FF28 */ 87 #else 84 88 0x15d, 0x00, 0x7b, 0x79, 0x00, 0x00, 0x00, 0x70, /* FF20 */ 85 89 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, /* FF28 */ 90 #endif /* sun */ 86 91 /* additional Korean keys */ 87 92 0x00, 0xf2, 0x00, 0x00, 0xf1, 0x00, 0x00, 0x00, /* FF30 */ … … 95 100 /* misc keys */ 96 101 /* VirtualBox FIX */ 97 /* SunUndo SunAgain WinR */ 98 /*?*/ 0, 0x137, /*?*/ 0, 0x152, 0x00, 0x107, 0x105, 0x15D,/* FF60 */ 102 /* SunUndo SunAgain WinR */ 103 #ifdef sun 104 /*?*/ 0, 0x137, 0x7b, 0x152, 0x00, 0x107, 0x105, 0x15D, /* FF60 */ 105 #else 106 /*?*/ 0, 0x137, 0, 0x152, 0x00, 0x107, 0x105, 0x15D, /* FF60 */ 107 #endif /* sun */ 99 108 /* SunFind SunStop SunHelp */ 100 109 0x141, 0x168, 0x175, 0x146, 0x00, 0x00, 0x00, 0x00, /* FF68 */
Note:
See TracChangeset
for help on using the changeset viewer.