I've just installed Mojave and really like the new screenshot tool. However, I keep forgetting the keyboard combination to invoke it. I wrote an AppleScript one-liner in Automator which fires the screenshot tool:
I saved it as an app in Applications and it works perfectly when I double-click on it.
Now, how do I attach it to the System menubar top right (say, next to the Bluetooth icon) - preferably with a custom icon - so it's available no matter what I'm doing? Is it possible?
Code:
tell application "System Events" to key code 23 using {shift down, command down}
I saved it as an app in Applications and it works perfectly when I double-click on it.
Now, how do I attach it to the System menubar top right (say, next to the Bluetooth icon) - preferably with a custom icon - so it's available no matter what I'm doing? Is it possible?