GUACAMOLE-518: Update US English keymap to define behavior of Caps Lock.
On US English keyboards, Caps Lock affects only letters and is undone by Shift.
This commit is contained in:
parent
48b3d5038f
commit
024e281252
@ -21,13 +21,23 @@ parent "base"
|
|||||||
name "en-us-qwerty"
|
name "en-us-qwerty"
|
||||||
freerdp "KBD_US"
|
freerdp "KBD_US"
|
||||||
|
|
||||||
map -shift 0x29 0x02..0x0D ~ "`1234567890-="
|
map -caps -shift 0x29 0x02..0x0D ~ "`1234567890-="
|
||||||
map -shift 0x10..0x1B 0x2B ~ "qwertyuiop[]\"
|
map -caps -shift 0x10..0x1B 0x2B ~ "qwertyuiop[]\"
|
||||||
map -shift 0x1E..0x28 ~ "asdfghjkl;'"
|
map -caps -shift 0x1E..0x28 ~ "asdfghjkl;'"
|
||||||
map -shift 0x2C..0x35 ~ "zxcvbnm,./"
|
map -caps -shift 0x2C..0x35 ~ "zxcvbnm,./"
|
||||||
|
|
||||||
map +shift 0x29 0x02..0x0D ~ "~!@#$%^&*()_+"
|
map -caps +shift 0x29 0x02..0x0D ~ "~!@#$%^&*()_+"
|
||||||
map +shift 0x10..0x1B 0x2B ~ "QWERTYUIOP{}|"
|
map -caps +shift 0x10..0x1B 0x2B ~ "QWERTYUIOP{}|"
|
||||||
map +shift 0x1E..0x28 ~ "ASDFGHJKL:""
|
map -caps +shift 0x1E..0x28 ~ "ASDFGHJKL:""
|
||||||
map +shift 0x2C..0x35 ~ "ZXCVBNM<>?"
|
map -caps +shift 0x2C..0x35 ~ "ZXCVBNM<>?"
|
||||||
|
|
||||||
|
map +caps -shift 0x29 0x02..0x0D ~ "`1234567890-="
|
||||||
|
map +caps -shift 0x10..0x1B 0x2B ~ "QWERTYUIOP[]\"
|
||||||
|
map +caps -shift 0x1E..0x28 ~ "ASDFGHJKL;'"
|
||||||
|
map +caps -shift 0x2C..0x35 ~ "ZXCVBNM,./"
|
||||||
|
|
||||||
|
map +caps +shift 0x29 0x02..0x0D ~ "~!@#$%^&*()_+"
|
||||||
|
map +caps +shift 0x10..0x1B 0x2B ~ "qwertyuiop{}|"
|
||||||
|
map +caps +shift 0x1E..0x28 ~ "asdfghjkl:""
|
||||||
|
map +caps +shift 0x2C..0x35 ~ "zxcvbnm<>?"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user