VirtualBox

Changeset 9894 in vbox


Ignore:
Timestamp:
Jun 24, 2008 4:46:35 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: minor sync of the Linux keyboard library with Qt3

Location:
trunk/src/VBox/Frontends/VirtualBox4/src/linux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-layouts.h

    r9794 r9894  
    4242   least significant byte.  In fact, there is no need to do any
    4343   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
    4545   inconsistently) as long as we use the same algorithm for creating
    4646   the tables and doing the lookups.
  • trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-list.h

    r9794 r9894  
    3030#endif /* ___VBox_keyboard_tables_h */
    3131
    32 /* This file contains a list of the keyboard layouts in 
     32/* This file contains a list of the keyboard layouts in
    3333   keyboard-layouts.h, along with the name of the layout, for the
    3434   library to run through when it is trying to guess the current
    3535   layout. */
    36  
     36
    3737 {"U.S. English", &main_key_us},
    3838 {"U.S. English, no 102nd key", &main_key_us_101},
  • trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-tables.h

    r8916 r9894  
    8585    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FF58 */
    8686    /* misc keys */
     87/* VirtualBox FIX */
    8788                                       /* SunUndo SunAgain WinR */
    8889    /*?*/ 0, 0x137, /*?*/ 0, 0x152, 0x00, 0x107,  0x105,   0x15D,/* FF60 */
     
    9192    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FF70 */
    9293    /* keypad keys */
    93     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x138, 0x45,             /* FF78 */
     94    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x138, 0x145,            /* FF78 */
    9495    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FF80 */
    9596    0x00, 0x00, 0x00, 0x00, 0x00, 0x11C, 0x00, 0x00,             /* FF88 */
     
    9798    0x4D, 0x50, 0x49, 0x51, 0x4F, 0x4C, 0x52, 0x53,              /* FF98 */
    9899    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FFA0 */
     100/* VirtualBox FIX */
    99101    0x00, 0x00, 0x37, 0x4E, 0x53, 0x4A, 0x7e, 0x135,             /* FFA8 */
    100102    0x52, 0x4F, 0x50, 0x51, 0x4B, 0x4C, 0x4D, 0x47,              /* FFB0 */
     
    108110    /* modifier keys */
    109111    0x00, 0x2A, 0x36, 0x1D, 0x11D, 0x3A, 0x00, 0x38,             /* FFE0 */
     112/* VirtualBox FIX */
    110113    0x138, 0x38, 0x138, 0x15B, 0x15C, 0x00, 0x00, 0x00,          /* FFE8 */
    111114    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FFF0 */
     
    113116};
    114117
     118/* VirtualBox FIX */
    115119/* This list was put together using /usr/include/X11/XF86keysym.h and
    116120   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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette