ThioJoe / F-Key-Sender

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

Add "App" key as a modifier #2

Open Gatorzgaming opened 3 weeks ago

Gatorzgaming commented 3 weeks ago

Could be useful considering it's rarely used and now replaced by the copilot key. Personally I use it for my steam overlay in stuff, I think it deserves a spot considering how many keyboards don't include the key anymore.

swimJim commented 3 weeks ago

What is the app key? Is it like the Windows key?

Gatorzgaming commented 3 weeks ago

It's also known as the application key image

dxgldotorg commented 3 weeks ago

Adding the Windows key could be useful too for non-Copilot keyboards as the Copilot key is just Win+Shift+F23.

ThioJoe commented 3 weeks ago

You could just use the Windows built-in on screen keyboard for the App key and really any other standard keys:

image

That doesn't support the F13-F24 keys as far as I'm aware which is a reason I made this

Gatorzgaming commented 3 weeks ago

I forgot the onscreen keyboard even existed, it probably would work fine

indigofairyx commented 2 weeks ago

the "content menu key" isn't this the same as Shift+F10 ?

this key and the hotkey behave the same on my keyboard right now.

dxgldotorg commented 2 weeks ago

the "content menu key" isn't this the same as Shift+F10 ?

this key and the hotkey behave the same on my keyboard right now.

It isn't actually; pressing the context menu key creates scancode 0x5D where Shift+F10 is 0x36 and 0x44.

modz2014 commented 1 week ago

You could just use the Windows built-in on screen keyboard for the App key and really any other standard keys:

image

That doesn't support the F13-F24 keys as far as I'm aware which is a reason I made this

why not creat this into library so people can use this in there own project would be helpful maybe a nuget package as well