-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Global shortcut fails when focused field is a password field #17
Comments
The built-in |
I tested other apps and here are the results:
WindowSwitcher shows that it's possible and not an OS limitation |
It seems the current Solution would be to use a OSS library handling shortcuts correctly (even passwords):
This would also help with the #49 story |
I can confirm that ShortcutRecorder is not affected by the limitation. Using |
I'm closing this ticket as I'm actually happy that the current implementation is respecting the password field design to not let other apps read keys on a password field. Even if I could do it, I wouldn't want to do it. It's a very rare and minor inconvenience to not be able to switch windows when focus is on a password field, but the reward is more security. |
Pressing alt-tab here doesn't trigger the app. Somehow the tab event is not propagated to the app in that case, potentially for security purpose.
There may or may not be a way to work around this behaviour.
The text was updated successfully, but these errors were encountered: