Getting inspiration from
can HyperKey be used as a LeaderKey so as to press only HyperKey then another key and it is assigned to an action ?
Getting inspiration from
can HyperKey be used as a LeaderKey so as to press only HyperKey then another key and it is assigned to an action ?
You can use any key as "Leader key".
Here is a simple example that uses right-cmd. It will block keyboard input while right-cmd is pressed but still allow key sequences. The example preset contains a double-tap a sequence that shows a hud.
right-cmd_leader.bttpreset (7.7 KB)
If you do not want to keep cmd pressed, you can instead remove the
//edit, ah you don't want to keep a key pressed? In that case do it like this:
leader_without_keeping_pressed.bttpreset (7.9 KB)
1.) Start leader key mode (block keyboard input and set a variable)
2.) define your key sequences, add an advanced trigger condition to only trigger if LeaderEnabled is true. Make sure to stop blocking keyboard input when your action is executed.
@ageorgios Such “systems” sound great when you discover them. And the man in the video sells it wonderfully. But I'm afraid you'll realize at some point that it doesn't work in the long run. The more key sequences you have, the less you will remember them all. Even if you get the best “system” in the world.
Therefore: Also consider doing this with floating menus. If you don't need the visual aid, fine, just type without looking. But if you need it, it's there. And you will need it at some point.
Just saying
I'm trying to set up two key sequences in BetterTouchTool - one for cmd ± A and another for double tap cmd + A + A. However, it seems I can only get one of them to work at a time.
Could you please provide some guidance on how I can configure both of these shortcuts using the "Leader Key" functionality?
Specifically, what steps do I need to take to ensure that both the cmd ± A and the double tap cmd + A + A sequences are properly set up and working as expected?
Thank you in advance for your help!
depends on what you need. Shall cmd+a+a also trigger the cmd+a one?
in that case I‘d not use a key sequence, but instead a standard keyboard shortcut with the „cycle through multiple actions“ meta action. That way you can just cycle through the actions by pressing the same shortcut repeatedly
Thank you so much! It worked perfectly, hope you having amazing day!
Hey Frank! Could you clarify what you mean by floating menus? Like how would I set that up? Thanks!
Have a look here