WerewolfCustoms / ModsStudio2IssueBoard

Task board and bug tracker for Mods Studio 2 project
10 stars 1 forks source link

Stream deck does not emulate Enter keystrokes #410

Open WerewolfCustoms opened 8 months ago

WerewolfCustoms commented 8 months ago

Enter or NumpadEnter keystrokes do not get reproduced by out plugin.

This was reported when refueling action did not work in game. Turns out, the refueling might not be possible due to fuel action sending short keystroke. Should we just use advanced key down/up logic on all buttons?

WerewolfCustoms commented 5 months ago

Added support for NumpadEnter and Enter keys.

Fuel action still not supporting long keypress dual actions since it's a base-class conflict.