Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Workspace Shortcuts?

Comments

3 comments

  • Grant Hodgeon
    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 tell
    0
  • Tibor
    [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
  • Grant Hodgeon
    [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.