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:
parent
f94b6ad5a1
commit
be7c4f483a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue