Is there a keyboard shortcut for launching Activity Monitor?

I can't seem to find a shortcut for launching the activity monitor. Does it have one?


Solution 1:

Save in AppleScript Editor and assign a shortcut in FastScripts or some other way:

tell app "Activity Monitor"
    reopen -- makes a new window if there are no existing windows
    activate -- brings the app to front
end tell

Solution 2:

Not by default, but you can create one in System Preferences --> Keyboard --> Keyboard Shortcuts. Or you can use spotlight:

  • type + space

  • start typing "activity monitor"

  • as soon as activity monitor is highlighted in the spotlight list, hit return