crowbartools / Firebot

A powerful all-in-one bot for Twitch streamers
https://firebot.app
GNU General Public License v3.0
354 stars 100 forks source link

[Bug] Hotkey recording does not record number pad keys correctly #2120

Closed Geowil closed 1 year ago

Geowil commented 1 year ago

Is there an existing issue for this?

Current Behavior

When recording keystrokes for hotkeys, number pad keys are incorrectly being recorded.

If I press the "9" button on the number pad , the button should be recorded as Numpad 9. Instead Firebot records the key press as just 9.

This causes problems when trying to interface Streambot with applications that correctly assign a virtual keypress to the correct key flag for the number pad. Stream Decks for example.

Expected Behavior

When recording keystrokes from the number pad, the correct key flags should be used: Numpad 1, Numpad 2, Numpad 3, Numpad 4, Numpad 5 Numpad 6, Numpad 7, Numpad 8, Numpad 9, Numpad 0 Numpad +, Numpad -, Numpad Enter, Numpad /, Numpad * Numpad .

Steps To Reproduce

Start recording a hotkey selection, press any number pad key.

Version

5.57.0

What operating system are you using Firebot on?

Windows 10

Relevant log output

No response

Contact Details (Optional)

No response

CKY- commented 1 year ago

duplicate of #1945