WalterBeiter Posted April 21, 2017 Share Posted April 21, 2017 (edited) hey there, My goal is: type "ms" in Alfred to trigger the keyboard shortcut "cmd-shift-7" to invoke the help menu in the current app. "cmd-shift-7" is the standard keyboard shortcut to do that, but it is cumbersome to use. What I tried: keyword → RunNSAppleScript my AppleScript: on alfred_script(q) tell application "System Events" key code {26} using {command down, shift down} end tell end alfred_script This does work on most apps, but not all apps, despite the short cut "cmd-shift-7" works in those apps. What am I missing here? Edited April 21, 2017 by WalterBeiter Link to comment
deanishe Posted April 22, 2017 Share Posted April 22, 2017 Which apps don't work? If we can't see the problem for ourselves, we can only guess. Link to comment
WalterBeiter Posted April 22, 2017 Author Share Posted April 22, 2017 hey deanishe, thanks for the quick reply. It was the app Affinity Designer. After a restart, it worked. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now