Is there a way to invert the scroll wheel/zoom direction in Simulink?

14 visualizzazioni (ultimi 30 giorni)
Hi all,
As the title says, is there any way to change the zoom direction when using the scroll wheel in Simulink r2019b? I'm switching between multiple CAD software and it's absolutely doing my head in (aagh!)
I've already looked at the 'Editor Preferences' page under Modeling -> Environment -> Simulink Preferences, but it only controls IF the scroll wheel automatically zooms, and no further option for inversion/direction.
Cheers

Risposte (1)

Denis Dube
Denis Dube il 8 Feb 2021
Hi Nathan,
You looked in the right place. There is no such option unfortunately. In general, we (DAStudio team) want to avoid adding rarely used options, as they make more commonly used ones harder to find (i.e.: bloat).
You can however try Autohotkey to invert your scrollwheel. I verified that with Autohotkey installed, a "scroll_inverter.ahk" with this code did the trick:
SetTitleMatchMode, 2
#IfWinActive Simulink
WheelUp::WheelDown
WheelDown::WheelUp
#IfWinActive

Categorie

Scopri di più su View and Analyze Simulation Results in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by