Update .config/karabiner.edn
Update .config/karabiner/karabiner.json
This commit is contained in:
parent
bf6bab3931
commit
8a9c3d9199
@ -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"]]
|
||||
|
@ -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"
|
||||
} ]
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user