Left + Right Shift keys as Trigger

Sort of similar to this previous post: Use left and right modifier keys together - #11 by Onur

I am looking to add a keyboard shortcut/sequence where if I press both left and right shift when in a terminal app, it sends an 'esc' key press (for switching modes in vim). I think this ~can~ work with current sequence options, but it is order dependent.

Not sure if this is a solved problem, or if the answer is just to make two different sequences. Thanks so much!

yep, if it's just modifier keys best just create two different sequences to handle both orders.

In case you also want to include a normal key, check this option:

Sounds good! Thanks for such a quick response, love this software!

Off-topic, but not completely.

Such key sequences, for example with the (small) arrow keys of a Macbook, allow two keys to be used as one.

Used individually, the keys can be used to navigate up or down a list. And pressed “simultaneously” they can replace Enter. But because “simultaneously” is not possible, two key sequences are required.

Just saying :slightly_smiling_face:

Edit: Unless Andreas knows a better trick?