I would like to assign the keyboard shortcut "fn(globe) + cursor right" to an action. It actually results in
(without fn-key)
The same applies for "fn(globe) + cursor left".
Assigning the globe key with other keys works as intended.
Is this the intended behaviour or a problem on my side?
this looks correct, does it not trigger?
Well, it triggers, but sadly pushing the "end" key triggers the same action as well.
Ah yes, this is expected because end is a shortcut for fn+arrow right / they produce the equivalent events.
You could workaround this limitation by adding conditions that explicitly check the pressed keys, example preset:
exported_triggers.bttpreset (8.0 KB)
1 Like
Interesting, thanks. I imported those trigger. Where is it to be found?