VirtualBox

Ignore:
Timestamp:
May 2, 2008 3:36:21 PM (17 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox3/4 (X11): added a keyboard layout for 101 key US to get rid of the complaint message in the release log

Location:
trunk/src/VBox/Frontends/VirtualBox/src/linux
Files:
2 edited

Legend:

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

    r8214 r8532  
    6161};
    6262
     63/* U.S. English, no 102nd key */
     64static const char main_key_us_101[MAIN_LEN][2] =
     65{
     66"`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
     67"qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
     68"aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
     69"zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\x0\x0","\x0\x0","\x0\x0"
     70};
     71
    6372/* U.S. English, International (with dead keys) */
    6473static const char main_key_us_intl[MAIN_LEN][2] =
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h

    r8214 r8532  
    3636
    3737 {"U.S. English", &main_key_us},
     38 {"U.S. English, no 102nd key", &main_key_us_101},
    3839 {"U.S. English, International (with dead keys)", &main_key_us_intl},
    3940 {"U.S. English, Dvorak", &main_key_us_dvorak},
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