Skip to Main Content
Improve Capture One

Request a new feature, or support for a camera/lens that you would like to use in Capture One.

Status Awaiting review
Workspace Feature requests
Categories Capture One Pro
Created by Maxim Lemeshenko
Created on Jun 3, 2025

Rotation with Speed Edit

Please add an ability to adjust rotation angle using speed edit keys

Current workaround

manually

  • Den Denyer
    Dec 21, 2025

    A further observation, the crop tool when active, if you hold Ctrl it goes into rotate mode. Why not just allow the mousewheel to rotate the crop at this point?

    In addition, Alt causes the crop region to scale around the centre. Why not allow Alt+Mousewheel to size the crop area?

  • Den Denyer
    Dec 17, 2025

    I have solved this with Autohotkey if you're on Windows.



    #HotIf WinActive("ahk_exe CaptureOne.exe")
    ; Simulate C1 speededit key with t for rotation
    ~t & WheelUp:: Send("{t Up}{Ctrl Down}{Shift Down}{[ 2}{Shift Up}{Ctrl Up}")
    ~t & WheelDown:: Send("{t Up}{Ctrl Down}{Shift Down}{] 2}{Shift Up}{Ctrl Up}")
    #HotIf



    This just hooks into Ctrl+Shift+[ and ] which currently rotate the image by a degree. You can increase or decrease the minimum amount by changing the 2 in the above script.

    Hacky, but it works, and the time it saves is immense.

1 MERGED

Enhanced Speed Edit cropping and rotation

Merged
Dear Developers, I really enjoy using your software — it’s a powerful and thoughtfully designed tool for professional photo editing. I have a couple of ideas that I’d like to share, which could make the Speed Edit workflow even faster and more int...
Gleb Loskutov 7 days ago in Feature requests / Capture One Pro 0 Awaiting review