Description
Describe the solution you'd like
If I set a keybind to a key on the numpad (e.g. 1/end) it should show up up as NUM 1 or NUM end and only trigger if I specifically press the 1 / end key on my number pad, NOT the 1 / end keys elsewhere on the keyboard. Currently it does show up differently for numbers ("1" and "NUM 1"), however either key still triggers the audio.
Describe alternatives you've considered
The only possible way to do this currently, I can think of is a macro program that's setup to read numpad keys + if numlock is selected and then press an unused key (e.g. the function 13 and over keys not seen on modern keyboards) and have soundux pick that up.
Additional context
My goal is for a simple soundboard where you can set up the numpad keys on your keyboard to play different sounds, without triggering on any other keys. (Not currently possible). I would like to be able to have num-lock on and use it as a normal numpad for numbers, then turn it off and it be a sound board. (Current functionality.) I specify this as most program keybinds I've seen either specify numpad key & normal key as separate OR numpad key with num lock on & off as separate, not both.
If I set a sound effect to be "1 on the number pad", it should only trigger when NumLock is on and the 1 on the NumPad is pressed. NOT when the 1 is pressed with the NumPad off (that would be a NumPad END) and NOT when the 1 is pressed above the Q (Alphanumeric Keys 1)
Desktop (please complete the following information):
Microsoft Windows 11 [Version 10.0.26100.3194]
SOUNDUX_VERSION: 0.2.7
Hopefully this is understandable, thanks for reading my suggestion