mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Map capslock to ctrl
This commit is contained in:
parent
8262ba8724
commit
37a44d50b7
@ -857,7 +857,16 @@
|
|||||||
],
|
],
|
||||||
"name": "Default profile",
|
"name": "Default profile",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"simple_modifications": [],
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "caps_lock"
|
||||||
|
},
|
||||||
|
"to": {
|
||||||
|
"key_code": "left_control"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"virtual_hid_keyboard": {
|
"virtual_hid_keyboard": {
|
||||||
"caps_lock_delay_milliseconds": 0,
|
"caps_lock_delay_milliseconds": 0,
|
||||||
"country_code": 0,
|
"country_code": 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user