Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 408
Kris Avatar asked Feb 01 '12 12:02

Kris


People also ask

How do I turn off scroll zoom?

Disable the Pinch zoom optionIn the Mouse Properties pop-up window, select the Device Settings tab. Click on the Options button, and open the specific Synaptic settings. Inside the Synaptic Touchpad Properties window, select the Pinch zoom option. Uncheck the option associated with Enable Pinch Zoom.

Why is my scroll zooming in and out?

One of the most common causes that will trigger this kind of behavior is a stuck CTRL-key. If you didn't know, if you press any of the CTRL keys and scroll upwards or downwards, the mouse's scroll will produce zooming.

How do I disable the scroll button on my mouse?

Navigate to HKEY_CURRENT_USER\Control Panel\Desktop and set WheelScrollChars and WheelScrollLines to 0. A reboot is necessary for this to take affect. This will disable scrolling, not the button itself. PS: If you open the Mouse setting in the Control Panel, it will reset those settings back to 3.


2 Answers

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
like image 155
fivedigit Avatar answered Sep 18 '22 19:09

fivedigit


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

like image 22
ROMANIA_engineer Avatar answered Sep 18 '22 19:09

ROMANIA_engineer