- Posts: 1
- Thank you received: 0
Zoom + Mousewheel
- mikel05
- Topic Author
- Offline
- New Member
-
Less
More
4 years 7 months ago #2246
by mikel05
Zoom + Mousewheel was created by mikel05
Can I deactivate the zoom with the mouse wheel, or better just activate it with the CTRL key + Mouse wheel.. Maybe with an override?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
4 years 7 months ago #2247
by mmmaug1977
Replied by mmmaug1977 on topic Zoom + Mousewheel
Hello Michael,
You can disable it by editing the map initialization in the functions: onK2AfterDisplayContent and onK2CategoryDisplay
set scrollWheelZoom: false
The plugins can't be overridden.
You can disable it by editing the map initialization in the functions: onK2AfterDisplayContent and onK2CategoryDisplay
set scrollWheelZoom: false
The plugins can't be overridden.
Please Log in or Create an account to join the conversation.