diff options
Diffstat (limited to 'src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h')
| -rw-r--r-- | src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h b/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h index 593eee71..04d316c1 100644 --- a/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h +++ b/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h @@ -122,6 +122,15 @@ static const char main_key_us_rus[MAIN_LEN][2] = "\xda\xfa","\xd8\xf8","\xc3\xe3","\xd6\xf6","\xc2\xe2","\xce\xee","\xcd\xed",",<",".>","/?","<>","\x0\x0","\x0\x0" }; +/* U.S. English, Colemak */ +static const char main_key_us_col[MAIN_LEN][2] = +{ +"`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+", +"qQ","wW","fF","pP","gG","jJ","lL","uU","yY",";:","[{","]}", +"aA","rR","sS","tT","dD","hH","nN","eE","iI","oO","'\"","\\|", +"zZ","xX","cC","vV","bB","kK","mM",",<",".>","/?","-_","\x0\x0","\x0\x0" +}; + /* Afghanistan */ static const char main_key_af[MAIN_LEN][2] = { |
