Skip to content

Instantly share code, notes, and snippets.

@alexcarpenter
Last active September 11, 2020 16:46
Show Gist options
  • Save alexcarpenter/f84c9fc01faf60186d2b51225b71b15b to your computer and use it in GitHub Desktop.
Save alexcarpenter/f84c9fc01faf60186d2b51225b71b15b to your computer and use it in GitHub Desktop.
{
:layers {
:caps_lock_mode {:key :caps_lock :alone {:key :escape}}
}
:main [
{
:des "Caps lock layer"
:rules [
:caps_lock_mode
[:##h :left_arrow]
[:##k :up_arrow]
[:##j :down_arrow]
[:##l :right_arrow]
[:##delete_or_backspace :delete_forward]
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment