From aa459ca9825fdbd19a3d474744b5b2d6fdb3e57f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 27 May 2024 08:37:44 +0300 Subject: [PATCH] Keyd : Swap x/z sound controls. --- module/common/Keyd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/Keyd.nix b/module/common/Keyd.nix index 7161b69..82128ae 100644 --- a/module/common/Keyd.nix +++ b/module/common/Keyd.nix @@ -41,8 +41,8 @@ a = "back"; e = "nextsong"; q = "previoussong"; - x = "mute"; - z = "stopcd"; + x = "stopcd"; + z = "mute"; }; layer_macro = {};