tab as hyper
This commit is contained in:
parent
48f9559849
commit
bf6bab3931
@ -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 [:command :option :shift :control] nil {:alone :tab}]]}
|
:rules [[:##tab [:!!left_shift] nil {: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,16 +360,14 @@
|
|||||||
"key_code" : "tab"
|
"key_code" : "tab"
|
||||||
} ],
|
} ],
|
||||||
"from" : {
|
"from" : {
|
||||||
"key_code" : "tab"
|
"key_code" : "tab",
|
||||||
|
"modifiers" : {
|
||||||
|
"optional" : [ "any" ]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"to" : [ {
|
"to" : [ {
|
||||||
"key_code" : "command"
|
"key_code" : "left_shift",
|
||||||
}, {
|
"modifiers" : [ "left_command", "left_control", "left_option", "left_shift" ]
|
||||||
"key_code" : "option"
|
|
||||||
}, {
|
|
||||||
"key_code" : "shift"
|
|
||||||
}, {
|
|
||||||
"key_code" : "control"
|
|
||||||
} ],
|
} ],
|
||||||
"type" : "basic"
|
"type" : "basic"
|
||||||
} ]
|
} ]
|
||||||
|
Loading…
Reference in New Issue
Block a user