1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

karabiner: don't prevent me from typing ~ or ¨

This commit is contained in:
RGBCube 2025-06-23 01:13:28 +03:00
parent f94b6ad5a1
commit be7c4f483a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -37,7 +37,7 @@
manipulators = allBasic [ manipulators = allBasic [
{ # ğ -> [ { # ğ -> [
from.key_code = "open_bracket"; from.key_code = "open_bracket";
from.modifiers.optional = [ "control" "option" "command" "fn" ]; from.modifiers.optional = [ "control" "command" "fn" ];
to = [{ to = [{
key_code = "8"; key_code = "8";
@ -56,7 +56,7 @@
} }
{ # ü -> ] { # ü -> ]
from.key_code = "close_bracket"; from.key_code = "close_bracket";
from.modifiers.optional = [ "control" "option" "command" "fn" ]; from.modifiers.optional = [ "control" "command" "fn" ];
to = [{ to = [{
key_code = "9"; key_code = "9";