diff --git a/examples/nav-layer.conf b/examples/nav-layer.conf index 9fe5345..51d4df6 100644 --- a/examples/nav-layer.conf +++ b/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