From ec7ce41f87a4085c1e4c1912b6d56dec0fac4da0 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 30 Dec 2024 07:49:09 +0300 Subject: [PATCH] Keyd: Add arrow keys to disable config. --- home/file/keyd/module/Disable.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/file/keyd/module/Disable.nix b/home/file/keyd/module/Disable.nix index 0c2e079..9e0b0b3 100644 --- a/home/file/keyd/module/Disable.nix +++ b/home/file/keyd/module/Disable.nix @@ -8,8 +8,12 @@ let ]; keys = [ + "down" "escape" + "left" "leftcontrol" + "right" + "up" ]; in {