From 24bc574fe7889a8e46c5ffbb45975428b2590cd7 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Sun, 30 Jan 2022 14:08:33 -0500 Subject: [PATCH] Update docs --- examples/nav-layer.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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