Workspace Shortcuts?
Is it possible to create a keyboard shortcut for a user created workspace?
Thanks in advance
Jeff
Thanks in advance
Jeff
0
-
Ain't built in by default. Best bet is to invoke a shortcut with BetterTouchTool and have it launch an applescript to do the dirty work. The script would be similar to this. tell application "System Events"
tell process "Capture One 12"
set frontmost to true
click menu item "Simplified" of menu of menu item "Workspace" of menu "Window" of menu bar 1
end tell
end tell0 -
[quote="jeffweir" wrote:
Is it possible to create a keyboard shortcut for a user created workspace?
Thanks in advance
Jeff
On a Mac YES.
Step 1:
System Preferences / Keyboard / Shortcuts / App Shortcuts
Step 2:
Click +, choose Capture One Application, type the exact name of your workspace, type yours keyboard shortcut
DONE!0 -
[quote="Tibor" wrote:
[quote="jeffweir" wrote:
Is it possible to create a keyboard shortcut for a user created workspace?
Thanks in advance
Jeff
On a Mac YES.
Step 1:
System Preferences / Keyboard / Shortcuts / App Shortcuts
Step 2:
Click +, choose Capture One Application, type the exact name of your workspace, type yours keyboard shortcut
DONE!
I'll be damned! Never knew. Thanks, Jeff.0
Post is closed for comments.
Comments
3 comments