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";