Changeset 30787 in vbox for trunk/src/VBox
- Timestamp:
- Jul 12, 2010 11:19:35 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63589
- Location:
- trunk/src/VBox/Frontends/Common/VBoxKeyboard
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h ¶
r29654 r30787 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * X11 keyboard driver translation tables (keyboard layouts) 3 * VBox/Frontends/Common - X11 keyboard driver translation tables (keyboard layouts). 5 4 * 6 5 */ … … 39 38 #ifndef ___VBox_keyboard_tables_h 40 39 # error This file must be included from within keyboard-tables.h 41 #endif /* ___VBox_keyboard_tables_h */40 #endif /* !___VBox_keyboard_tables_h */ 42 41 43 42 /* This file contains a more or less complete dump of all keyboard -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h ¶
r29654 r30787 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * X11 keyboard driver translation tables (keyboard layouts) 5 * 3 * VBox/Frontends/Common - X11 keyboard driver translation tables (keyboard layouts) 6 4 */ 7 5 … … 37 35 #ifndef ___VBox_keyboard_tables_h 38 36 # error This file must be included from within keyboard-tables.h 39 #endif /* ___VBox_keyboard_tables_h */37 #endif /* !___VBox_keyboard_tables_h */ 40 38 41 39 /* This file contains a list of the keyboard layouts in -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-tables.h ¶
r29749 r30787 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * X11 keyboard driver translation tables 5 * 3 * VBox/Frontends/Common - X11 keyboard driver translation tables. 6 4 */ 7 5 … … 239 237 }; 240 238 241 #endif /* ___VBox_keyboard_tables_h */242 239 #endif /* !___VBox_keyboard_tables_h */ 240 -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-types.h ¶
r29654 r30787 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * X11 keyboard driver translation tables (PC scan code mappings for known 5 * keyboard maps) 6 * 3 * VBox/Frontends/Common - X11 keyboard driver translation tables (PC scan code 4 * mappings for known keyboard maps). 7 5 */ 8 6 -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c ¶
r30449 r30787 1 1 /* $Id$ */ 2 2 /** @file 3 * 4 * VBox frontends: Qt GUI ("VirtualBox"): 5 * X11 keyboard handler library 3 * VBox/Frontends/Common - X11 keyboard handler library. 6 4 */ 7 5
Note:
See TracChangeset
for help on using the changeset viewer.