Changeset 69255 in vbox for trunk/src/VBox/Frontends/Common
- Timestamp:
- Oct 24, 2017 7:39:05 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118570
- Location:
- trunk/src/VBox/Frontends/Common/VBoxKeyboard
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/Makefile
r44528 r69255 1 # $Id 1 # $Id$ 2 2 ## @file 3 3 # Makefile for building the VirtualBox keyboard handler library. -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h
r53037 r69255 3 3 * VBox/Frontends/Common - X11 keyboard driver translation tables (keyboard layouts). 4 4 * 5 * This file was generated by successively loading each of the keyboard 6 * layouts listed in the file keyboard-list.h into the X server and 7 * reading and dumping the values associated with each key. The format 8 * of the dumped data is chosen to be compatible with the keyboard code 9 * in keyboard-new.c, which is based on code from the Wine project. 5 10 */ 6 7 /* This file was generated by successively loading each of the keyboard8 layouts listed in the file keyboard-list.h into the X server and9 reading and dumping the values associated with each key. The format10 of the dumped data is chosen to be compatible with the keyboard code11 in keyboard-new.c, which is based on code from the Wine project. */12 11 13 12 /* -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h
r53037 r69255 2 2 /** @file 3 3 * VBox/Frontends/Common - X11 keyboard driver translation tables (keyboard layouts) 4 * 5 * This file was originally generated from the X.org file 6 * /etc/X11/xkb/rules/xorg.xml, in an attempt to support all 7 * keyboard layouts known to X.org. 4 8 */ 5 6 /* This file was originally generated from the X.org file7 /etc/X11/xkb/rules/xorg.xml, in an attempt to support all8 keyboard layouts known to X.org. */9 9 10 10 /*
Note:
See TracChangeset
for help on using the changeset viewer.