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
|
:held :caps_lock
|
||||||
:afterup ["capskey" 0]}]]}
|
:afterup ["capskey" 0]}]]}
|
||||||
{:des "Tab as Hyper"
|
{: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"
|
{: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"]]
|
:rules [:capskey [:t [:open "/Applications/kitty.app"]]
|
||||||
|
@ -360,15 +360,17 @@
|
|||||||
"key_code" : "tab"
|
"key_code" : "tab"
|
||||||
} ],
|
} ],
|
||||||
"from" : {
|
"from" : {
|
||||||
"key_code" : "tab",
|
"key_code" : "tab"
|
||||||
"modifiers" : {
|
|
||||||
"optional" : [ "any" ]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"to" : [ {
|
"to" : [ {
|
||||||
"key_code" : "left_shift",
|
"key_code" : "left_shift",
|
||||||
"modifiers" : [ "left_command", "left_control", "left_option", "left_shift" ]
|
"modifiers" : [ "left_command", "left_control", "left_option", "left_shift" ]
|
||||||
} ],
|
} ],
|
||||||
|
"conditions" : [ {
|
||||||
|
"name" : "left_command",
|
||||||
|
"value" : 1,
|
||||||
|
"type" : "variable_unless"
|
||||||
|
} ],
|
||||||
"type" : "basic"
|
"type" : "basic"
|
||||||
} ]
|
} ]
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user