From 39ee783dfbf6d29c1e3b569a0f310ff83aee760d Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 8 Sep 2025 15:40:32 +0200 Subject: [PATCH] Space makes a nice shift --- hosts/thinkpad/keyboard.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/thinkpad/keyboard.nix b/hosts/thinkpad/keyboard.nix index ae62926..b8614bf 100644 --- a/hosts/thinkpad/keyboard.nix +++ b/hosts/thinkpad/keyboard.nix @@ -25,6 +25,7 @@ e r caps a s d f g h j k l ; c v + spc ) (defalias @@ -38,6 +39,7 @@ k (tap-hold $tap-time $hold-time k rmet) l (tap-hold $tap-time $hold-time l ralt) ; (tap-hold $tap-time $hold-time ; rsft) + spc (tap-hold $tap-time $hold-time spc lsft) ;; layer-taps g (tap-hold $tap-time $hold-time g (layer-while-held navigation)) @@ -48,18 +50,21 @@ e r @caps @a @s @d @f @g @h @j @k @l @; c v + @spc ) (deflayer navigation e r @caps @a @s @d @f @g left down up right @; c v + @spc ) (deflayer symbol S-[ S-] @caps @a S-4 S-9 S-0 @g @h @j @k @l @; [ ] + @spc ) ''; };