GNOME Bugzilla – Bug 748120
ctrl+a should change to selection mode
Last modified: 2015-09-22 19:19:48 UTC
Hitting ctrl+a, currently, selects all the items in the overview, but this is not noticeable to the user, unless he manually changes to selection mode. It would be better to change the overview to selection mode as soon as user hits ctrl+a.
Created attachment 310985 [details] [review] view: Change to selection mode when pressing ctrl+a
Review of attachment 310985 [details] [review]: Looks correct to me.
Review of attachment 310985 [details] [review]: ::: src/view.js @@ +375,3 @@ + let selectionMode = Application.selectionController.getSelectionMode(); + if (!selectionMode) + Application.selectionController.setSelectionMode(true); You can call this function without checking the value of getSelectionMode(), because it will already short-circuit when the same value is set.
Created attachment 311645 [details] [review] view: Change to selection mode when pressing ctrl+a
Review of attachment 311645 [details] [review]: Looks good, thanks
Comment on attachment 311645 [details] [review] view: Change to selection mode when pressing ctrl+a Pushed to master, gnome-3-16 and gnome-3-14.