GNOME Bugzilla – Bug 759460
Shortcuts window improvements
Last modified: 2016-02-14 20:29:18 UTC
A few things could be improved with the shortcuts window: how to use delete in the overview isn't clear, and the general section includes shortcuts that don't work everywhere.
Created attachment 317384 [details] [review] patch
Review of attachment 317384 [details] [review]: Thanks for the patch, Allan! A few quick questions: ::: src/photos-help-overlay.ui @@ +110,3 @@ + <property name="accelerator">Delete</property> + </object> + </child> Shouldn't we also have a "Print selected photo" entry in the Overview group? It is possible to print from the selection. @@ +130,3 @@ + <property name="accelerator">Delete</property> + </object> + </child> A general question. I guess you don't want to use the "<Action> the current photo" terminology, right? I am asking because now that we have Edit and Export shortcuts, we should tweak them too. Also, I guess, Edit and Export should be listed above Print and Delete because they are going to be more commonly used. Right?
Created attachment 321157 [details] [review] help-overlay: Various improvements Made the above adjustments, rebased and pushed.