solderparty / i2c_puppet

MIT License
86 stars 46 forks source link

Support for key repetition #5

Closed dglaude closed 2 years ago

dglaude commented 2 years ago

When keeping a key pressed for a long time, the character was only entered once. Not sure if this is an OS feature or something wrong in the firmware. Maybe the key up event is send independently of effective key up???

(only tested on Android phone, I need to check another OS)

arturo182 commented 2 years ago

Yes, this is OS-dependent, on Windows you get the auto-repeat as long as you hold the key.