KeyboardLayout.write() now accepts optional delay parameter that specifies time between key presses (it is important to mention that even when delay=None, I was not able to notice any consistent increase in method execution time, so this does not slow it down)
⭐ Added:
KeyboardLayout
KeyboardLayout
🛠️ Updated/Changed:
KeyboardLayout.write()
now accepts optionaldelay
parameter that specifies time between key presses (it is important to mention that even whendelay=None
, I was not able to notice any consistent increase in method execution time, so this does not slow it down)Fixes https://github.com/adafruit/Adafruit_CircuitPython_HID/issues/99 Possibly fixes https://github.com/adafruit/Adafruit_CircuitPython_HID/issues/114