VirtualBox

Changeset 53037 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 13, 2014 9:05:00 AM (10 years ago)
Author:
vboxsync
Message:

FE/Common/VBoxKeyboard: add US international keyboard with alternative 102nd key.

Location:
trunk/src/VBox/Frontends/Common/VBoxKeyboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h

    r45101 r53037  
    7878};
    7979
     80/* U.S. English, International, alternative 102nd key */
     81static const char main_key_us_intl_alt102[MAIN_LEN][2] =
     82{
     83"PS","1!","2@","3#","4$","5%","6R","7&","8*","9(","0)","-_","=+",
     84"qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
     85"aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","QW","\\|",
     86"zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\\|","\x0\x0","\x0\x0"
     87};
     88
    8089/* U.S. English, Dvorak */
    8190static const char main_key_us_dvorak[MAIN_LEN][2] =
  • trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h

    r45101 r53037  
    4444 {"U.S. English", &main_key_us},
    4545 {"U.S. English, International (with dead keys)", &main_key_us_intl},
     46 {"U.S. English, International, alternative 102nd key", &main_key_us_intl_alt102},
    4647 {"U.S. English, Dvorak", &main_key_us_dvorak},
    4748 {"U.S. English, Left handed Dvorak", &main_key_us_dvorak_l},
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