JakubMelka / PDF4QT

Open source PDF editor.
https://jakubmelka.github.io/
GNU Lesser General Public License v3.0
719 stars 74 forks source link

`access keys` are missing from most menu items/action text strings #172

Closed sean-e closed 8 months ago

sean-e commented 8 months ago

On Windows, access keys are the single letter in a menu item that is underlined. Access keys are defined by placing the & character before the letter in the menu text that should be underlined.

Access keys are for menu navigation via keyboard characters. Access keys can be used to open top-level application menus via the alt key.
Once a menu is open, access keys can execute the associated menu item.

Access keys are independent of/orthogonal to keybindings/keyboard shortcuts: https://learn.microsoft.com/en-us/windows/apps/design/input/access-keys

(Keybindings/shortcuts are not dependent upon menus/menu items.)

(Bug? or feature request?)

JakubMelka commented 8 months ago

Access keys have now been added to all menus across all applications.