Changeset 9794 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 18, 2008 3:34:00 PM (16 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
r8532 r9794 1159 1159 }; 1160 1160 1161 /* Japan no 102nd key */ 1162 static const char main_key_jp_no_102[MAIN_LEN][2] = 1163 { 1164 "*!","1!","2\"","3#","4$","5%","6&","7'","8(","9)","0~","-=","^~", 1165 "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","@`","[{", 1166 "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";+",":*","]}", 1167 "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\x0\x0","\\_","\\|" 1168 }; 1169 1161 1170 /* Kyrgyzstan */ 1162 1171 static const char main_key_kg[MAIN_LEN][2] = -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h
r8532 r9794 158 158 {"Italy, Macintosh", &main_key_it_mac}, 159 159 {"Japan", &main_key_jp}, 160 {"Japan, no 102nd key", &main_key_jp_no_102}, 160 161 {"Kyrgyzstan", &main_key_kg}, 161 162 {"Cambodia", &main_key_kh},
Note:
See TracChangeset
for help on using the changeset viewer.