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.
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
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.”