Menubar Key Sequence... With Secondary, Dependant Option

Hey there!
I have a time-tracking menubar item that I trigger with a key sequence (right ⇧⇧). I currently arrow down to select the items. However, once the menu is open, I’d like to just type “bn” or just “b” to select “BN” for example, which it currently will not respond to. I thought about using “Find/Search Image…”, trigger which I’m sure will work fine. HOWEVER… I would only want this option to be available immediately after the trigger that opened the menu bar is activated. I know this is possible, I just don't know how to set it up properly. Or maybe there is another similar approach.

Thanks!
Craig

you‘d need a key sequence with advanced trigger conditions that check the last triggered uuid and seconds since last trigger. I‘m currently on my phone, can post an example in a few hours

1 Like

Hey there. Just following up :slight_smile: Thanks!

This is what I meant with the advanced conditions:


The UUID would need to be the one of your right ⇧⇧ keysequence (right-click the sequence => copy uuid)

This would ensure the BN key sequence will only be recognized for 1 second after the right ⇧⇧ keysequence has been recognized

Thank you! I think I am very close! Could you please have a look?

Hi @Andreas_Hegenberg Just following up. Happy New Year!

If nothing else works, you can try this, if you want.

  • Shift, Shift opens your menu (you already have this). Add: And activates the preset “Menu”.
  • In the preset “Menu”, “B” (shortcut) is defined as six times arrow down key (or as many times as you need).
  • Enter
  • Deactivate preset “Menu”.

So, whenever the menu is open (this will activate the preset) and you press “B”, the menu item is triggered. When the menu is closed (preset deactivated), “B” is simply “B”.

I think this is also possible with Key Sequence, but the setup is more complicated. In this case, you would probably have to block the keyboard to type the key sequence “BN.”