Conversation
|
I still not sure how to answer to these questins
|
I think that would be very useful!
I agree; all of these sound good/reasonable. In fact I'd think that 5 seconds can be too much. When I thought about this in the past, I considered adding an auto-complete popup with the currently available options in the chain along with their descriptions. That would "force" the interaction for the user and make the flow easier to handle and potentially a bit more convenient for the user, as the shortcuts (and what's going on) would be more discoverable.
If I understand it correctly, I think it should be set up as a regular hot key in this case.
They can be redefined using (CmdKeyAssign)[https://www.scintilla.org/ScintillaDoc.html#SCI_ASSIGNCMDKEY]. It's used to assign editor-specific shortcuts. Unfortunately I don't see any way to retrieve the current mapping (short of tracking all assignments including the default ones). |
|
The last commit requires |
Strings like `Ctrl-K M` or `Ctrl-K Ctrl-M`
Support chanied hotkeys
Usage
Possible improvements
ID.NEW)Ctrl-Dby default duplicates current line. It should be possible to addCtrl-K Ctrl-Dto do some other action.