Note: If you just need a cassic Hyper Key (i.E. press Caps Lock to press ctrl + opt + cmd + shift (optional)) follow the standard instructions here: Defining a Hyper Key · GitBook
Custom Hyper Key Tutorial
In v5.221 I have made some improvements to key sequences that allow you to create custom, reliable Hyper Keys for almost any keyboard key. These custom Hyper Keys can include exactly the modifier keys you want. They require a little bit of setup, thus I have created this tutorial.
In this video I show how to:
Create a Hyper Key that is triggered by pressing the Right-Shift-Key
This custom Hyper Key presses ctrl and option
Execute an action if Right-Shift has been pressed briefly without triggering any other shortcut.
Here is an other interesting example on what is possible with the recent improvements. Note, this requites 5.220.
It remaps the enter key to a hyper key - but only if the right shift key is pressed first. As soon as you let go of the shift key, the enter key reverts to its standard behavior. Both right-shift and enter work as usual if they are pressed individually:
This is done by using a key sequence that triggers on shift-down, which then disables the enter key by remapping it to "no key". Then there are two more key sequences that make convert the disabled enter key into a hyper key.