Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifier keys when losing/restoring app focus? #118

Closed
jcw opened this issue May 13, 2017 · 1 comment
Closed

Modifier keys when losing/restoring app focus? #118

jcw opened this issue May 13, 2017 · 1 comment

Comments

@jcw
Copy link

jcw commented May 13, 2017

We're trying to figure out an issue on Windows, whereby the a s d f keys cease to work when losing and regaining focus in the app. The only external packages used are chzyer/readline and go.bug.st/serial.v1. I can't come up with any other conclusion so far than that it has to be related to the readline package, as that's the only one handling keyboard I/O.

It looks like after a focus switch, the app thinks one of the modified keys is (still?) being pressed, so that a s d f appear to act as ctrl-a ctrl-s ctrl-d and ctrl-f, for some reason.

I don't use Windows myself, and need to rely on others to help out with this. The issue is being chased and discussed over here: https://github.com/jeelabs/folie/issues/44

If anyone reading this has tips on how to figure this one out, please let me know...

@jcw jcw changed the title Confused by modifier keys when losing/restoring app focus? Modifier keys when losing/restoring app focus? May 13, 2017
@ctmalan
Copy link

ctmalan commented May 16, 2017

GNU-Readline provides a complete listing of all the modifiers.

In winos the Alt- modifier is sometimes not released when tabbing between windows. This can be corrected by tapping the Alt key to restore the normal key functions.

@jcw jcw closed this as not planned Won't fix, can't repro, duplicate, stale Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants