wise0704 / FlashDevelop

FlashDevelop is a free and open source code editor.
1 stars 0 forks source link

Ext shortcuts: automatic alternatives #7

Closed gene-pavlovsky closed 7 years ago

gene-pavlovsky commented 7 years ago

Is it necessary to enter alternatives like "Ctrl-E Q; Ctrl-E Ctrl-Q"? In my opinion, configuring a shortcut as Ctrl-E Q should support both Ctrl-E Q and Ctrl-E Ctrl-Q automatically. It is the case with Visual Studio

wise0704 commented 7 years ago

Visual Studio behaves the same way as mine. The default shortcut file having the two combinations was to match with VS. For example, (in VS) Edit.CommentSelection has both Ctrl+E, C and Ctrl+E, Ctrl+C assigned. If you remove one, only the other will work.

Although it kind of makes the shortcut dialog look a bit messy, making Ctrl+E, C also match Ctrl+E, Ctrl+C will really complicate the code, and also potentially prevent users who want to differentiate the two from doing so.

gene-pavlovsky commented 7 years ago

Ok, I've checked VS again and it seems I was wrong. I missed the combo box with multiple hotkeys. I agree that it might get too complicated and un-intuitive if following my suggestions.