Changeset 8532 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 2, 2008 3:36:21 PM (17 years ago)
- 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 61 61 }; 62 62 63 /* U.S. English, no 102nd key */ 64 static 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 63 72 /* U.S. English, International (with dead keys) */ 64 73 static const char main_key_us_intl[MAIN_LEN][2] = -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h
r8214 r8532 36 36 37 37 {"U.S. English", &main_key_us}, 38 {"U.S. English, no 102nd key", &main_key_us_101}, 38 39 {"U.S. English, International (with dead keys)", &main_key_us_intl}, 39 40 {"U.S. English, Dvorak", &main_key_us_dvorak},
Note:
See TracChangeset
for help on using the changeset viewer.