MacOS: Arbitrary keyboard shortcuts

I’ve had to configure this three times now, and I forget each time. So here’s how to do it:

It should now work!

Code for starting a Terminal

I’m not sure where I got this, I’m quite sure I did not write it:

on run {input, parameters}
	tell application "Terminal"
		if it is running then
			do script ""
		end if
		activate
	end tell
end run

Note that for any AppleScript, you’ll probably get a security prompt the first time you use it in each application.

fwaggle

Published:


Modified: