readline
readline copied to clipboard
Windows: Alt-Tab makes the `Alt` modifier sticky.
In a simple app, using Alt tab seems to send the alt signal to readline, which switches to "Esc" mode.. but hitting Alt+Tab to switch, prevents the key release event to go through. So when we come back to the app, hitting d for example, calls DeleteWord or something.
Is there any way we could make sure to depress the alt, or release it after a given amount of time, or anything that wouldn't put the readline lib into an "always alt+" mode ?
You are right. Thanks for catch that.
A lot of users of my application are annoyed by this. Any way to turn of alt completely or something, for now?
Great work on the package though, it's fantastic :smile: