GNOME Bugzilla – Bug 764167
Shortcuts to alternate between List and Icon views don't work
Last modified: 2016-06-07 14:29:31 UTC
I'm using Nautilus 3.19.93 and Ctrl+1 and Ctrl+2 do not switch to List and Icon Views, respectively. It used to work in the 3.18 series. I hope a fix can get in time before the 3.20 release. Thank you Adrià
Created attachment 324723 [details] [review] window-slot: fix shortcuts for changing view mode In Nautilus, the action for changing the view mode takes an unsigned integer as parameter in order to determine to which mode to switch. The parameter's type was not specified in the action name, which lead to the shortcuts not working. In order to fix this, add the missing type.
Review of attachment 324723 [details] [review]: ugh, good catch. LGTM thanks! master and gnome-3-20 please.
Comment on attachment 324723 [details] [review] window-slot: fix shortcuts for changing view mode Attachment 324723 [details] pushed as c8250f1 - window-slot: fix shortcuts for changing view mode Attachment 324723 [details] pushed as 4f7a7f9 - window-slot: fix shortcuts for changing view mode
*** Bug 767278 has been marked as a duplicate of this bug. ***