儲存庫 vbox 的更動 30787
- 時間撮記:
- 2010-7-12 上午11:19:35 (14 年 以前)
- 位置:
- trunk/src/VBox/Frontends/Common/VBoxKeyboard
- 檔案:
-
- 修改 5 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器