Update docs

master
Raheman Vaiya 4 years ago
parent 175b27923c
commit 24bc574fe7
  1. 11
      examples/nav-layer.conf

@ -4,16 +4,16 @@
[main]
# activate [capslock] when held and escape when pressed
capslock = overload(capslock, esc)
[shift]
# Causes shift+capslock (in that order) to activate [capslock_shift]
# causes shift+capslock (in that order) to activate [capslock_shift]
capslock = layer(capslock_shift)
# capslock will behave as (real/stackable) control in all instances except hjkl
# in which case it will behave as the arrow keys.
# [capslock] will behave as (real/stackable) control in all instances except
# hjkl in which case it will behave as the arrow keys.
[capslock:C]
# Causes capslock+shift (in that order) to activate [capslock_shift]
@ -23,8 +23,7 @@ j = down
k = up
l = right
# nested layer accessible with capslock+shift
# nested layer accessible with capslock+shift or shift+capslock
[capslock_shift]
h = C-left

Loading…
Cancel
Save