Skip to content

Instantly share code, notes, and snippets.

@barsv
Created August 8, 2022 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barsv/677aa1807eec57d2d934d227c9418652 to your computer and use it in GitHub Desktop.
Save barsv/677aa1807eec57d2d934d227c9418652 to your computer and use it in GitHub Desktop.
# 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