• SONAR
  • Mapping Mouse Actions to Sonar?
2014/11/07 13:20:53
200bpm
Is it possible to map extra mouse buttons and wheel to sonar?
 
The wheel currently scrolls vertically in take view, I would like it to scroll horizontally.  Also would like to use extra mouse buttons for setting markers and punch in/out points if possible.
2014/11/07 13:25:43
scook
Horizontal scrolling is CTRL+wheel
There is no provision for special buttons on a mouse in SONAR. If the mouse software has the ability to send to keystrokes, it might be possible to use the mouse buttons along with keyboard shortcuts in SONAR.
2014/11/07 13:31:09
Anderton
So there I was, typing a reply of "I don't know, but this seems like something scook would know..." Apparently he types faster than I do.
 
Anyway, check out this free mouse mapping software program. Maybe it will do what you want, and if so, please report back on the results.
2014/11/07 13:35:11
200bpm
scook
Horizontal scrolling is CTRL+wheel
There is no provision for special buttons on a mouse in SONAR. If the mouse software has the ability to send to keystrokes, it might be possible to use the mouse buttons along with keyboard shortcuts in SONAR.




I am trying to do horizontal scrolling without a keyboard.  I am trying to do everything with touchscreen and mouse.
2014/11/07 13:52:21
scook
Here is an autohotkey script to remap mouse wheel to send CTRL+wheel in SONAR Producer
#if WinActive("ahk_exe i)SONARPDR.exe")
WheelDown::
    Send,{Ctrl Down}{WheelDown}{CtrlUp}
    Return
WheelUp::
    Send,{Ctrl Down}{WheelUp}{CtrlUp}
    Return
#if
2014/11/07 14:02:35
200bpm
scook
Here is an autohotkey script to remap mouse wheel to send CTRL+wheel in SONAR Producer
#if WinActive("ahk_exe i)SONARPDR.exe")
WheelDown::
    Send,{Ctrl Down}{WheelDown}{CtrlUp}
    Return
WheelUp::
    Send,{Ctrl Down}{WheelUp}{CtrlUp}
    Return
#if




Thanks!
© 2026 APG vNext Commercial Version 5.1

Use My Existing Forum Account

Use My Social Media Account