diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-01-11 03:55:16 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-01-11 03:55:16 +0100 |
commit | c76201035f205643c95232e3e5ace7d13ce636a9 (patch) | |
tree | 2748f776d79542df29afded0681c2d132145f48b /.config/keyd | |
parent | 4f569552aaa30b5f493656c5aee3c72ccd59a538 (diff) |
keymap improvement
Diffstat (limited to '.config/keyd')
-rw-r--r-- | .config/keyd/default.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/keyd/default.conf b/.config/keyd/default.conf index 4bbe96e..6f16983 100644 --- a/.config/keyd/default.conf +++ b/.config/keyd/default.conf @@ -37,10 +37,11 @@ capslock = overload(extend-S, S-esc) meta = layer(M-S) [meta] -capslock = overload(extend-M, M-esc) +esc = M-esc +capslock = overload(extend-M, esc) shift = layer(M-S) -[M-S] +[M-S:M-S] j = M-S-left k = M-S-down l = M-S-up |