Changeset 107865 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 20, 2025 11:44:35 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167068
- Location:
- trunk/src/VBox/Frontends/Common/VBoxKeyboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h
r69255 r107865 878 878 }; 879 879 880 /* France, Bepo */ 881 static const char main_key_fr_bepo[MAIN_LEN][2] = 882 { 883 "$#","\"1","\xab""2","\xbb""3","(4",")5","@6","+7","-8","/9","*0","=\xb0","%`", 884 "bB","\xe9\xc9","pP","oO","\xe8\xc8","^!","vV","dD","lL","jJ","zZ","wW", 885 "aA","uU","iI","eE",",;","cC","tT","sS","rR","nN","mM","\xe7\xc7", 886 "\xe0\xc0","yY","xX",".:","kK","'?","qQ","gG","hH","fF","\xea\xca","\x0\x0","\x0\x0" 887 }; 888 880 889 /* France, Dvorak */ 881 890 static const char main_key_fr_dvorak[MAIN_LEN][2] = -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h
r69255 r107865 133 133 {"France, (Legacy) Alternative, eliminate dead keys", &main_key_fr_latin9_nodeadkeys}, 134 134 {"France, (Legacy) Alternative, Sun dead keys", &main_key_fr_latin9_sundeadkeys}, 135 {"France, Bepo", &main_key_fr_bepo}, 135 136 {"France, Dvorak", &main_key_fr_dvorak}, 136 137 {"France, Macintosh", &main_key_fr_mac},
Note:
See TracChangeset
for help on using the changeset viewer.