From be7c4f483a58acdfb263222df4dff977773563ea Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 23 Jun 2025 01:13:28 +0300 Subject: [PATCH] =?UTF-8?q?karabiner:=20don't=20prevent=20me=20from=20typi?= =?UTF-8?q?ng=20~=20or=20=C2=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/darwin/karabiner.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/darwin/karabiner.nix b/modules/darwin/karabiner.nix index d5d3278..5e55403 100644 --- a/modules/darwin/karabiner.nix +++ b/modules/darwin/karabiner.nix @@ -37,7 +37,7 @@ manipulators = allBasic [ { # ğ -> [ from.key_code = "open_bracket"; - from.modifiers.optional = [ "control" "option" "command" "fn" ]; + from.modifiers.optional = [ "control" "command" "fn" ]; to = [{ key_code = "8"; @@ -56,7 +56,7 @@ } { # ü -> ] from.key_code = "close_bracket"; - from.modifiers.optional = [ "control" "option" "command" "fn" ]; + from.modifiers.optional = [ "control" "command" "fn" ]; to = [{ key_code = "9";