Skip to content

Instantly share code, notes, and snippets.

View luancu's full-sized avatar
🎯
Focusing

Luan Cu luancu

🎯
Focusing
View GitHub Profile
@luancu
luancu / SidecarShortcut.md
Created September 29, 2025 13:43 — forked from sorrell/SidecarShortcut.md
Activate Sidecar Shortcut

Sidecar Shortcut

This is a list of steps for creating a keyboard shortcut to activate Sidecar on macOS Ventura.

Steps

  1. Open Automator and create a new Quick Action
  2. Select Run AppleScript as the first and only step
  3. Input the below but be sure to replace "iPad New" with your device name
on run {input, parameters}	
	tell application "System Settings"