Customizable Keyboard Shortcuts
Assign keyboard shortcuts to menu items, editor commands, custom tags/text, specific plugin actions, files, templates, snippets and other user defined commands using the new "Tools | Customize | Customize Keyboard Shortcuts..." menu option.
For example, to assign the Ctrl+W to the "Close Window" command:
- Open the Keyboard Shortcuts dialog ("Tools | Customize | Keyboard Shortcuts").
- Click "Add..."
- Press Ctrl+W (which is the new shortcut being created)
- Select MWindowClose from the "Menu commands" list
- Click "Add" and then "OK." Click "OK" one more time to close the remaining dialog box. Pressing Ctrl+W will now close the current file.
To make Ctrl+B insert bold tags:
- Open the Keyboard Shortcuts dialog ("Tools | Customize | Keyboard Shortcuts").
- Click "Add..."
- Press Ctrl+B
- Select "Insert text" and type "<b>{{SELTEXT}}</b>"
- Click "Add" and then "OK" followed by another "OK." Now it's possible to select a block of text and press Ctrl+B to insert the bold tag.
It's also possible to create new commands by combining multiple existing commands, or create brand new commands using the plugins interface. Keyboard shortcuts can be exported/imported using "Save..."/"Load..." buttons.
- "Help | Keyboard Shortcuts..." option can be used to view a list of currently defined keyboard shortcuts.
- Removed Alt+/ and Ctrl+/ keyboard shortcuts (replaced by Alt+Ins and Alt+End).
[v1.0]