fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
517 stars 100 forks source link

Ctrl+D should not add indentation #127

Closed fernandreu closed 3 years ago

fernandreu commented 3 years ago

Ctrl+D is a shortcut straight from Scintilla for duplicating a line, hence it is not even shown in the Edit menu (fix that too). When using it, it gets interpreted as the actual characters somehow, so the indentation is added as in any other case.