wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

added stock accelerators for Close and SaveAs #24474

Closed wouterbt closed 1 month ago

wouterbt commented 1 month ago

wxWidgets includes a number of stock buttons and menu items, with associated mnemonics, help texts and images (under GTK). Some of these also have stock accelerators. This pull requests adds stock accelerators for the Close (Ctrl+W) and Save As... (Ctrl+Shift+S) menu items.

vadz commented 1 month ago

Thanks, this looks reasonable and at least both GNOME and Apple document these keys as being standard for these commands (I also found a similar page for Windows but it doesn't document the standard shortcuts).

I'll (squash-)merge this soon if there are no objections.