Page 1 of 1

Keypress with modifier get's not recognized in game

PostPosted: Thu Dec 16, 2021 6:05 am
by Braste
When I press for example shift+1 the debug output of my main window is:

Mapped Key: Pressing 'Shift+1' in 'ISB42 - Combat Broadcast'
Mapped Key: Releasing 'Shift+1' in 'ISB42 - Combat Broadcast'
Button: from keystroke@is2: nomodifiers 160+1


Debug from my second window is:

Button: from keystroke@is2: nomodifiers 160+1

So the second window wants to press "nomodifiers 160+1" which results in FF14 triggering just "1". Same result with ctrl and alt.

This is the mapping for ctrl+1:
Screenshot 2021-12-16 120413.png
Screenshot 2021-12-16 120413.png (47.62 KiB) Viewed 10504 times

Re: Keypress with modifier get's not recognized in game

PostPosted: Thu Dec 16, 2021 10:57 am
by lax
You'll need the "Hold" option enabled on the Mapped Key for this game to recognize the modifiers you intended

Re: Keypress with modifier get's not recognized in game

PostPosted: Fri Dec 17, 2021 3:22 am
by Braste
I will try that, thank you.