-
Notifications
You must be signed in to change notification settings - Fork 286
Inputing capital letters with applescript will trigger QS if double-shift activation is set #1950
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
Comments
Inputing capital letters into where? Quicksilver's 1st pane? |
I use that to switch iTunes store, input different apple id and password. |
Can you post some example AppleScript? (Definitely don’t include the script that types your password.) |
There are two capital letters in my password. When I use double-shift, QS will be triggered, but not with double-command. tell application "System Events" |
I think this probably is a bug with QS. Even using an AppleScript like: tell application "System Events"
keystroke "Big"
key down command
key up command
keystroke "Ben"
end tell
and double-shift activation, QS is activated. Maybe AS isn't sending the events through? |
If a different modifier was pressed between two 'activation modifier' key presses, QS could still be activated. E.g. in a 'double shift activation' scenario, if ⇪⌥⇧ was pressed, QS would still activate. This change ensures that the state of any modifier events is reset when any non-related keys are pressed. Fixes #1950
You can also reproduce this by setting hotkey activation to double shift, then pressing:
|
As title, when input two (or more) capital letters in a row with applescript, QS will be activated with double-shift activation is set, but the rest strings could still be input behind the QS window. This only happens after 400E, including 400F, it was not activated this way in 4007. Thanks in advance.
The text was updated successfully, but these errors were encountered: