Changeset 9894 in vbox
- Timestamp:
- Jun 24, 2008 4:46:35 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src/linux
- Files:
-
- 3 edited
-
keyboard-layouts.h (modified) (1 diff)
-
keyboard-list.h (modified) (1 diff)
-
keyboard-tables.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-layouts.h
r9794 r9894 42 42 least significant byte. In fact, there is no need to do any 43 43 additional translation of the values (the original code translated 44 them to whatever character set was deemed appropriate, rather 44 them to whatever character set was deemed appropriate, rather 45 45 inconsistently) as long as we use the same algorithm for creating 46 46 the tables and doing the lookups. -
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-list.h
r9794 r9894 30 30 #endif /* ___VBox_keyboard_tables_h */ 31 31 32 /* This file contains a list of the keyboard layouts in 32 /* This file contains a list of the keyboard layouts in 33 33 keyboard-layouts.h, along with the name of the layout, for the 34 34 library to run through when it is trying to guess the current 35 35 layout. */ 36 36 37 37 {"U.S. English", &main_key_us}, 38 38 {"U.S. English, no 102nd key", &main_key_us_101}, -
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-tables.h
r8916 r9894 85 85 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FF58 */ 86 86 /* misc keys */ 87 /* VirtualBox FIX */ 87 88 /* SunUndo SunAgain WinR */ 88 89 /*?*/ 0, 0x137, /*?*/ 0, 0x152, 0x00, 0x107, 0x105, 0x15D,/* FF60 */ … … 91 92 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FF70 */ 92 93 /* keypad keys */ 93 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x138, 0x 45,/* FF78 */94 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x138, 0x145, /* FF78 */ 94 95 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FF80 */ 95 96 0x00, 0x00, 0x00, 0x00, 0x00, 0x11C, 0x00, 0x00, /* FF88 */ … … 97 98 0x4D, 0x50, 0x49, 0x51, 0x4F, 0x4C, 0x52, 0x53, /* FF98 */ 98 99 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FFA0 */ 100 /* VirtualBox FIX */ 99 101 0x00, 0x00, 0x37, 0x4E, 0x53, 0x4A, 0x7e, 0x135, /* FFA8 */ 100 102 0x52, 0x4F, 0x50, 0x51, 0x4B, 0x4C, 0x4D, 0x47, /* FFB0 */ … … 108 110 /* modifier keys */ 109 111 0x00, 0x2A, 0x36, 0x1D, 0x11D, 0x3A, 0x00, 0x38, /* FFE0 */ 112 /* VirtualBox FIX */ 110 113 0x138, 0x38, 0x138, 0x15B, 0x15C, 0x00, 0x00, 0x00, /* FFE8 */ 111 114 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FFF0 */ … … 113 116 }; 114 117 118 /* VirtualBox FIX */ 115 119 /* This list was put together using /usr/include/X11/XF86keysym.h and 116 120 http://www.win.tue.nl/~aeb/linux/kbd/scancodes-6.html. It has not yet
Note:
See TracChangeset
for help on using the changeset viewer.

