Replies: 1 comment
-
|
You can do it with AppleScript. Depending on your config, make it trigger your hotkey: osascript -e 'tell application "System Events" to key code 49 using {command down, option down}' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I am really happy with the app so far! 😄
I use it to switch to my most used apps, however, sometimes I want to search for apps. I have a command that sends a key combo with the help of apple script to launch spotlight. I was wondering if there is a better way to do this and I also would like to launch it in "app search" mode.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions