ProgerXP / Notepad2e

Word highlighting, simultaneous editing, split views, math evaluation, un/grep, comment reformatting, UAC elevation, complete regexps (PCRE), Lua lexers, DPI awareness and more (XP+)
Other
375 stars 52 forks source link

Ignore Alt keypress in Find/Replace/Go To #426

Closed ProgerXP closed 1 year ago

ProgerXP commented 2 years ago

Similarly to #399, in these three non-modal dialogs Alt by itself (i.e. Alt followed by Enter, Space, Arrow Down, etc.) should do nothing instead of invoking system menu because it often gets in the way of various accelerator hotkeys (Alt+C, etc.). The menu can be still invoked by the Alt+Space keystroke, or right-clicking on the title bar.

Alternatively (and ideally), this can be implemented for all dialogs in the program, not just these three.

cshnik commented 1 year ago

Done. All dialogs ignore Alt keypress while accelerators are still available.