tab as hyper

This commit is contained in:
Anton Volnuhin 2023-05-11 04:49:05 +03:00
parent 48f9559849
commit bf6bab3931
2 changed files with 7 additions and 9 deletions

View File

@ -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"]]

View File

@ -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"
} ] } ]