elementary / photos

Photo viewer and organizer designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
107 stars 39 forks source link

Show shortcuts in tooltips #696

Open danirabbit opened 2 years ago

danirabbit commented 2 years ago

Problem

There are several shortcuts for actions like rotate etc in the editing tools view, but none of them are exposed in tooltips

Proposal

Show the shortcuts in tooltips

Prior Art (Optional)

No response

4jNsY6fCVqZv commented 2 years ago

Do you wish exposed shortcuts for all available editing tools? Or for specific ones?

4jNsY6fCVqZv commented 2 years ago

And which shortcuts already exist?

colinkiama commented 1 year ago

I can give this a go.

colinkiama commented 1 year ago

Ah I see all the shortcuts now when I search the whole repository for "activate_action".

colinkiama commented 1 year ago

The shortcuts don't seem to match what is set in code. Some just don't work at all.

zeebok commented 1 year ago

Could it be that some shortcuts are old code that never got removed? Could also potentially be that the shortcuts are only for a specific view or the previewer?

colinkiama commented 1 year ago

@zeebok This could be the case. The behaviour of the shortcuts was too random for me to confirm anything so I gave up on it.