Hello!
I switched recently to trackball from a normal mouse and using middle mouse button became a disaster, because there is no middle mouse on a trackball… But I think it would be cool if I used a Ctrl or shift button instead of a middle mouse button as a workaround.
Do you think it’s possible to change function of dragging the project window from middle mouse to Ctrl or any other key?
and also could you please tell me if it’s possible to make the right mouse button (e.g.) implement the command: “transport record”?
Does your trackball not come with mapping software? Because that’s probably the only way.
In my case I need to map a middle mouse button to Ctrl… I guess it’s a Cubase feature?
For mapping the “transport record” button I got it… but middle mouse button functionality is unclear…
I would think that would be a keyboard feature, not a mouse one. It’s possible with my Razer keyboard.
Thanks! Remapped it to spacebar with AutoHotKey script:
#IfWinActive ahk_class SteinbergWindowClass ; Replace [SteinbergWindowClass] with the target app’s window class name
Space::MButton ; Remap Spacebar to the Middle Mouse Button
#IfWinActive
1 Like