Changeset 23041 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 15, 2009 8:10:52 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/X11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/X11/keyboard-layouts.h
r12498 r23041 1060 1060 }; 1061 1061 1062 /* Germany, Sun dead keys */ 1063 static const char main_key_de_sun[MAIN_LEN][2] = 1064 { 1065 "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","\x3\x0", 1066 "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*", 1067 "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'", 1068 "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0" 1069 }; 1070 1062 1071 /* Greece */ 1063 1072 static const char main_key_gr[MAIN_LEN][2] = -
trunk/src/VBox/Frontends/VirtualBox/src/X11/keyboard-list.h
r12498 r23041 155 155 {"Germany, Eliminate dead keys, acute replaced by apostrophe, paragraph", &main_key_de_nodeadkeys_noacute_para}, 156 156 {"Germany, Dvorak, paragraph", &main_key_de_dvorak_para}, 157 {"Germany, Sun dead keys", &main_key_de_sun}, 157 158 {"Greece", &main_key_gr}, 158 159 {"Greece, Eliminate dead keys", &main_key_gr_nodeadkeys},
Note:
See TracChangeset
for help on using the changeset viewer.