Created
August 8, 2022 07:50
-
-
Save barsv/677aa1807eec57d2d934d227c9418652 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Keymap file for https://github.com/samvel1024/kbct | |
# Maps left Ctrl+Alt+hjkl to arrows. | |
- keyboards: ["AT Translated Set 2 keyboard"] | |
# Specify layered configurations (much similar to fn+F keys) | |
layers: | |
# Specify the modifiers of the layer | |
- modifiers: ['leftalt','leftctrl'] | |
keymap: | |
k: up | |
h: left | |
j: down | |
l: right | |
u: pageup | |
d: pagedown | |
g: home | |
semicolon: end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment