Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hnsl/3bb99bef214753e853aa to your computer and use it in GitHub Desktop.
Save hnsl/3bb99bef214753e853aa to your computer and use it in GitHub Desktop.
Editors/Keybindings/NetBeans/org-netbeans-modules-editor-settings-CustomKeybindings.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bindings PUBLIC "-//NetBeans//DTD Editor KeyBindings settings 1.1//EN" "http://www.netbeans.org/dtds/EditorKeyBindings-1_1.dtd">
<bindings>
<bind actionName="caret-next-word" key="D-RIGHT"/>
<bind actionName="caret-previous-word" key="D-LEFT"/>
<bind actionName="completion-show" key="D-L"/>
<bind actionName="find-next" key="F3"/>
<bind actionName="goto" key="D-G"/>
<bind actionName="goto-declaration" key="SO-G"/>
<bind actionName="jump-list-next" key="A-RIGHT"/>
<bind actionName="jump-list-prev" key="A-LEFT"/>
<bind actionName="redo" key="D-Y"/>
<bind actionName="remove-word-next" key="D-DELETE"/>
<bind actionName="remove-word-previous" key="D-BACK_SPACE"/>
<bind actionName="select-element-next" key="SDO-UP"/>
<bind actionName="select-element-previous" key="SDO-DOWN"/>
<bind actionName="selection-next-word" key="SD-RIGHT"/>
<bind actionName="selection-previous-word" key="SD-LEFT"/>
<bind actionName="toggle-typing-mode" key="HELP"/>
<bind key="O-MOUSE_WHEEL_DOWN" remove="true"/>
<bind key="S-F10" remove="true"/>
<bind key="SA-LEFT" remove="true"/>
<bind key="O-SPACE" remove="true"/>
<bind key="S-SPACE" remove="true"/>
<bind key="D-BACK_SLASH" remove="true"/>
<bind key="O-BACK_SPACE" remove="true"/>
<bind key="A-MOUSE_WHEEL_UP" remove="true"/>
<bind key="O-KP_LEFT" remove="true"/>
<bind key="SD-KP_LEFT" remove="true"/>
<bind key="INSERT" remove="true"/>
<bind key="O-RIGHT" remove="true"/>
<bind key="O-KP_RIGHT" remove="true"/>
<bind key="A-MOUSE_WHEEL_DOWN" remove="true"/>
<bind key="SD-R" remove="true"/>
<bind key="SA-RIGHT" remove="true"/>
<bind key="O-LEFT" remove="true"/>
<bind key="SD-Z" remove="true"/>
<bind key="SD-G" remove="true"/>
<bind key="O-MOUSE_WHEEL_UP" remove="true"/>
<bind key="A-DELETE" remove="true"/>
<bind key="A-BACK_SPACE" remove="true"/>
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment