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

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

Description

@gene-pavlovsky

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions