Changeset 53037 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 13, 2014 9:05:00 AM (10 years ago)
- 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 78 78 }; 79 79 80 /* U.S. English, International, alternative 102nd key */ 81 static 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 80 89 /* U.S. English, Dvorak */ 81 90 static const char main_key_us_dvorak[MAIN_LEN][2] = -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h
r45101 r53037 44 44 {"U.S. English", &main_key_us}, 45 45 {"U.S. English, International (with dead keys)", &main_key_us_intl}, 46 {"U.S. English, International, alternative 102nd key", &main_key_us_intl_alt102}, 46 47 {"U.S. English, Dvorak", &main_key_us_dvorak}, 47 48 {"U.S. English, Left handed Dvorak", &main_key_us_dvorak_l},
Note:
See TracChangeset
for help on using the changeset viewer.