Applescript

Create a macOS Photos "On this day" using AppleScript

Use AppleScript to create On This Day albums in macOS Photos.
Read More...

Outlook for Mac - Go To Inbox hotkey setup

Open Microsoft Outlook for Mac.
Find the Scripts folder by clicking on the Scripts menubar icon and clicking on “About This Menu…”

Pasted Graphic 1


Pasted Graphic 2

Create the following Applescript and

on run
tell application "Microsoft Outlook"
set selected folder to inbox
end tell
end run

and save the script as “GoTo Inbox.scptd” in the aforementioned folder. It should now appear in the Scripts menu:


Pasted Graphic 3

Open System Preferences / Keyboard / Keyboard Shortcuts.
Click on Application Shortcuts.
If Microsoft Outlook doesn’t appear in the right-hand column, click “+” and browse to the Outlook application.
Click on “+” under the right-hand column.
Enter the menu title exactly as shown in the Scripts menu below, and assign a shortcut. I use Pasted Graphic 5
Pasted Graphic 4

Close System Preferences.

QED