Mnemonics or Accelerator shortcuts for Effects
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pinta |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Pinta has shortcuts for some common menu actions, e.g. Ctrl+N for "new file" and it has single-letter mnemonics e.g. Alt+F to open the File menu. It doesn't has shortcuts for actions in the Effects menu.
My suggestion is (a) to add accelerator shortcuts for some most common effects and (b) to allow single-letter mnemonics for all effects.
Regarding (a):
I'd love to have Ctrl+Shift+G for Gaussian Blur.
To find all existing shortcuts, I used this command:
grep -ro '(Gdk\.
Regarding (b):
I found that single-letter mnemonics are defined in the .po files with an underscore before the mnemonic letter.
E.g. in po/de.po:
#: ../Pinta/
msgid "_File"
msgstr "_Datei"
If these would be also defined for Effects that would be very helpful. I tried to change the de.po file and build/install Pinta but I don't know how to start it in German language to test... If someone can help me here, I could provide underscore mnemonics for German language.
Of course, a shortcut customization dialog would be great but that would be much more work...