Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Expose Scintilla's word part left/right hotkeys #223

Open
gene-pavlovsky opened this issue Jul 10, 2018 · 0 comments
Open

Expose Scintilla's word part left/right hotkeys #223

gene-pavlovsky opened this issue Jul 10, 2018 · 0 comments

Comments

@gene-pavlovsky
Copy link

Scintilla provides the following useful hotkeys by default:
Ctrl+\ - move to next word part
Ctrl+/ - move to prev word part
Adding Shift+ to those changes "move" to "select".

In Notepad2, three of them work, except the Ctrl+/ - which is assigned to "Reset zoom". It would be nice to somehow be able to access those hotkeys.

Personally, I don't find Ctrl+,/ very nice and (in another Scintilla-based IDE) I remap them using AutoHotKey, my preferred hotkeys is Ctrl+Alt+Left,Right for moving and add Shift+ to select.
So perhaps those could be mapped to the corresponding Scintilla features?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant