mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-08 16:05:50 +02:00
Add a delay before sending the next key to avoid race conditions causing keys to be handled in the wrong order. Notably, KeyEvent keys handling is scheduled differently than the other edit functions.