ThioJoe / F-Key-Sender

Lets you send keystrokes for F13 to F24 keys via buttons, including with modifiers
GNU General Public License v3.0
134 stars 9 forks source link

keys above F16 wont be recognized by 3rd party app #1

Closed Richkan1 closed 2 months ago

Richkan1 commented 2 months ago

hey, thank you for this little program - very helpful :) im using an azeron keypad which currently doesnt support binding F13-F24 by normal means.

your app works for F13-F16 but not for the rest of the function-keys. i have tried both keypress methods, sendinput and keybd_event, but no dice. would it be possible to implement another method to input those keys?

ThioJoe commented 2 months ago

It's likely a problem with the other app because this tool sends keys above F16 is the same as the F13-F16 keys

Richkan1 commented 2 months ago

you are right. i just tried binding F20 to the azeron app via logitech software, stream deck and another mouse software and it didnt accept it. thx :)