andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Feature: multiple shortcuts for commands #102

Open vi opened 11 years ago

vi commented 11 years ago

I sometimes assign custom shortcuts for actions, but usually also want to preserve standard ones.

For example, if I used Vim for some time before, I tend to try "F2" for saving, Ctrl+P for code completion. But after using an IDE somewhere, I tend to use Ctrl+S and Ctrl+Space for some time. I don't want to stumble on "wrong" shortcuts or reassign them every time.

There can be "Primary shortcut" and "Secondary shortcut" columns in the "Application Shortcuts" window.

andreikop commented 10 years ago

@bjones1:

169

To close the current window, I'd like to be able to use Ctrl+F4 (standard Windows shortcut) in addition to Ctrl+w.