bitfocus / companion-module-vicreo-hotkey

MIT License
13 stars 7 forks source link

Feature request: arbitrary scan codes #38

Open tonsofpcs opened 2 years ago

tonsofpcs commented 2 years ago

It would be helpful to be able to send an arbitrary key scan code for a press / release / 'type'. Perhaps as simple as parsing 0x## as a scan code in the existing functions?

Thank you!

JeffreyDavidsz commented 2 years ago

Could you give an example of what you would like to accomplice?

tonsofpcs commented 2 years ago

special keys that may exist only on specialty keyboards for custom systems. We have a system with a keyboard with two rows of F-keys and about a half dozen additional special keys that emit scan codes for not commonly used/existing keys so emulating them is difficult at best.