Changeset 45101 in vbox for trunk/src/VBox
- Timestamp:
- Mar 20, 2013 9:08:45 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84391
- Location:
- trunk/src/VBox/Frontends/Common/VBoxKeyboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h
r45100 r45101 123 123 }; 124 124 125 /* U.S. English, Colema c*/125 /* U.S. English, Colemak */ 126 126 static const char main_key_us_col[MAIN_LEN][2] = 127 127 { -
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h
r45100 r45101 49 49 {"U.S. English, Classic Dvorak", &main_key_us_dvorak_classic}, 50 50 {"U.S. English, Russian phonetic", &main_key_us_rus}, 51 {"U.S. English, Colema c", &main_key_us_col},51 {"U.S. English, Colemak", &main_key_us_col}, 52 52 {"Afghanistan", &main_key_af}, 53 53 {"Afghanistan, Pashto", &main_key_af_ps},
Note:
See TracChangeset
for help on using the changeset viewer.