Changeset 5779 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 16, 2007 5:47:18 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26174
- 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
r5752 r5779 946 946 static const char main_key_de_nodeadkeys[MAIN_LEN][2] = 947 947 { 948 "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","\xb4`", 949 "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*", 950 "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'", 951 "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0" 952 }; 953 954 /* Germany, Eliminate dead keys, acute replaced by apostrophe */ 955 static const char main_key_de_nodeadkeys_noacute[MAIN_LEN][2] = 956 { 948 957 "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","\x27`", 949 958 "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*", -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h
r5535 r5779 137 137 {"Germany, Dead grave acute", &main_key_de_deadgraveacute}, 138 138 {"Germany, Eliminate dead keys", &main_key_de_nodeadkeys}, 139 {"Germany, Eliminate dead keys, acute replaced by apostrophe", &main_key_de_nodeadkeys_noacute}, 139 140 {"Germany, Dvorak", &main_key_de_dvorak}, 140 141 {"Germany, Neostyle", &main_key_de_neo},
Note:
See TracChangeset
for help on using the changeset viewer.