VOGONS


First post, by mrsbrisby

User metadata
Rank Newbie
Rank
Newbie

I need some CTRL+Fkey to go to the application. Is there any chance we could get CTRL+FKEY turned into CAPS+FKEY (or maybe configurable?) or something equally unlikely?

Reply 2 of 2, by mrsbrisby

User metadata
Rank Newbie
Rank
Newbie

...maybe even ALT+SYSRQ+DANCEAJIG+F12 would be fine... if only you could get jig detection working...

Basically all those KEYBOARD_AddEvent() calls either need to ask what the modifiers are, or ask for a translation _OR_ use an API along side KEYBOARD_AddEvent() -- maybe KEYBOARD_HotKey - that doesn't ask for a modifier, but instead just an id-name ("cyclesup", handler) so that these could be configured...

not a lot of work, but a messy diff...