Update .config/karabiner.edn

Update .config/karabiner/karabiner.json
This commit is contained in:
Anton Volnuhin 2023-05-11 04:58:47 +03:00
parent bf6bab3931
commit 8a9c3d9199
2 changed files with 7 additions and 5 deletions

View File

@ -20,7 +20,7 @@
:held :caps_lock
:afterup ["capskey" 0]}]]}
{:des "Tab as Hyper"
:rules [[:##tab [:!!left_shift] nil {:alone :tab}]]}
:rules [[:tab [:!!left_shift] [:!left_command] {:alone :tab}]]}
{:des "Caps+T to start Kitty, Caps+B->Bing, Caps+G->Bard, Caps+O->Poe, Caps+P->ChatGPT4, Caps+␣->AllGPT"
:rules [:capskey [:t [:open "/Applications/kitty.app"]]

View File

@ -360,15 +360,17 @@
"key_code" : "tab"
} ],
"from" : {
"key_code" : "tab",
"modifiers" : {
"optional" : [ "any" ]
}
"key_code" : "tab"
},
"to" : [ {
"key_code" : "left_shift",
"modifiers" : [ "left_command", "left_control", "left_option", "left_shift" ]
} ],
"conditions" : [ {
"name" : "left_command",
"value" : 1,
"type" : "variable_unless"
} ],
"type" : "basic"
} ]
}, {