![]() |
long press sends symbol, left, backspace, right
When you hold a key to enter a symbol, why does it send the symbol first, then left, backspace, and right, instead of just sending backspace, then the symbol?
This does not work in the terminal unless the application supports command-line editing (like bash), which excludes anything that asks for a password. For example, if you try to enter 'abc123' to this program: Code:
import getpass Code:
you typed: 'abcq1\x1b[\x1b[Cw2\x1b[\x1b[Ce3\x1b[\x1b[C' Why would they implement it this way? |
All times are GMT. The time now is 11:55. |
vBulletin® Version 3.8.8