dail8859 / NotepadNext

A cross-platform, reimplementation of Notepad++
GNU General Public License v3.0
8.66k stars 527 forks source link

Allow overriding shortcut keys #571

Closed dail8859 closed 3 weeks ago

dail8859 commented 3 weeks ago

Closes #569. Adding a [Shortcuts] section in the ini file will override the default shortcuts. https://doc.qt.io/qt-6/qkeysequence.html#QKeySequence-1 is used to parse out the shortcut string. E.g.

[Shortcuts]
New=Ctrl+F1