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

조회 수: 14 (최근 30일)
Nathan Hui
Nathan Hui 2020년 4월 6일
답변: Denis Dube 2021년 2월 8일
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

답변 (1개)

Denis Dube
Denis Dube 2021년 2월 8일
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

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by