1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Fix modifiers with h/j/k/l arrow keys

This commit is contained in:
Daniel Barber 2017-11-27 22:21:29 -05:00
parent 32df1b6a64
commit 5ca8dec1b6
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -49,7 +49,11 @@
"fn" "fn"
], ],
"optional": [ "optional": [
"caps_lock" "caps_lock",
"shift",
"command",
"option",
"control"
] ]
} }
}, },
@ -68,7 +72,11 @@
"fn" "fn"
], ],
"optional": [ "optional": [
"caps_lock" "caps_lock",
"shift",
"command",
"option",
"control"
] ]
} }
}, },
@ -87,7 +95,11 @@
"fn" "fn"
], ],
"optional": [ "optional": [
"caps_lock" "caps_lock",
"shift",
"command",
"option",
"control"
] ]
} }
}, },
@ -106,7 +118,11 @@
"fn" "fn"
], ],
"optional": [ "optional": [
"caps_lock" "caps_lock",
"shift",
"command",
"option",
"control"
] ]
} }
}, },