Can I disable the Ctrl+scroll zoom function in NetBeans?
Asked Answered
K

2

28

Is there a way to disable the Ctrl+scroll text zoom feature in NetBeans? (7.1 on Mac OS X 10.7)

There was a plugin to kill the analogue "feature" in PHPStorm but I haven't found anything for NetBeans.

Koweit answered 1/2, 2012 at 12:45 Comment(1)
In NetBeans 8.1 it is <ALT> + <SCROLL>, and most annoying <MOUSE-WHEEL-CLICK> + <SCROLL>. Anyway, same problem and same solution. Thank you for the question.Lanellelanette
P
43

Yes there is. Follow these steps:

  • Go to the Keymap tab in the Options window (menu "Netbeans" item "Preferences…")
  • Sort the Actions column by name and look for 'Zoom Text In' and 'Zoom Text Out'
  • Click on the button with the ellipsis symbol in the shortcut column and choose 'Clear' for both actions
  • Click OK
Pejsach answered 1/2, 2012 at 12:55 Comment(2)
Flawless victory... Thanks mate!Koweit
Keymap is now under Tools -> Options (at least on my version)Bearcat
O
8

NetBeans 7.3 - Windows

  1. Tools > Options

    Tools Options

  2. Keymap > in the "Search:" input box type "Zoom Text" > for both lines click on the ellipsis (...) > Clear > OK

    Clear shortcut

Octopod answered 20/1, 2016 at 8:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.