Closed majenkotech closed 6 years ago
Add four extra methods to the USB Keyboard class:
pressRaw(k) pressRawModifier(k) releaseRaw(k) releaseRawModifier(k)
They take raw USB HID Usage Code numbers (lots of macros provided) to allow use of extended keys over and above the normal keys on a standard keyboard.
Cool!!
Add four extra methods to the USB Keyboard class:
They take raw USB HID Usage Code numbers (lots of macros provided) to allow use of extended keys over and above the normal keys on a standard keyboard.