From a6536b6354f81244b777a79500dc0a5b36959116 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:54:05 +0000 Subject: [PATCH] stop accidentally pressing next window --- config/sofle.keymap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sofle.keymap b/config/sofle.keymap index 3835f9a..47b7529 100644 --- a/config/sofle.keymap +++ b/config/sofle.keymap @@ -95,11 +95,13 @@ NextDesktop { bindings = <&kp LG(LC(RIGHT_ARROW))>; key-positions = <4 5>; + require-prior-idle-ms = <1000>; }; PreviousDesktop { bindings = <&kp LC(LG(LEFT_ARROW))>; key-positions = <4 3>; + require-prior-idle-ms = <1000>; }; };