From f7b7eab8a9f80a86a75fe0b2fb2f37c2be58bc5d Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 4 May 2024 21:58:43 +0300 Subject: [PATCH] Keyd : Add music stop to z on control layer. --- module/common/Keyd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module/common/Keyd.nix b/module/common/Keyd.nix index 534022d..5336ca1 100644 --- a/module/common/Keyd.nix +++ b/module/common/Keyd.nix @@ -39,6 +39,7 @@ e = "nextsong"; q = "previoussong"; x = "mute"; + z = "stopcd"; }; layer_macro = {};