01-31-2026, 03:10 PM
Technically possible, but not recommended for letter keys.
Detecting a long press requires delaying the key event (type "a" on key-up), which would make normal typing feel laggy and unreliable. This kind of behavior can also break other applications. Is it OK?
Detecting a long press requires delaying the key event (type "a" on key-up), which would make normal typing feel laggy and unreliable. This kind of behavior can also break other applications. Is it OK?
