Created
January 21, 2015 10:38
-
-
Save hnsl/3bb99bef214753e853aa to your computer and use it in GitHub Desktop.
Editors/Keybindings/NetBeans/org-netbeans-modules-editor-settings-CustomKeybindings.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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