7

I find both the Tree view and the Places view useful. Changing from one view to the other is not fast because one have to go into the appearance menu. It's even slower with Oneiric because this menu can now be far away. (Before Unity, I always had the tree view on and I used my bookmarks directly from the Places menu. That was fine)

Is there a keyboard shortcut to toggle from one view to the other? Or is it possible to create one oneself?

Thanks a lot the help !

jokerdino
  • 41,320
Nicolas
  • 293

3 Answers3

6

Method specific to Compiz / Ubuntu-3D:

If you are using Ubuntu-3D, then you can use bind keyboard keys to terminal commands using CompizConfig Settings Manager.

  1. Warning: CCSM is in universe and not shipped by default for a reason, it can be flaky, so be careful in there, it can break things, if you find yourself with a broken window manager, see this question to reset your configuration.
  2. Install the CompizConfig Settings Manager (CCSM) by clicking on the link.

Click on "Commands".

enter image description here

The terminal commands to switch between "tree" and "places" are as follows:

gsettings set org.gnome.nautilus.window-state side-pane-view "tree"
gsettings set org.gnome.nautilus.window-state side-pane-view "places"

Copy them to appropriate columns and assign keys to these commands to your wish. Here, I have chosen Ctrl + 5 and Ctrl + 6. Once you have done it properly, you can input your chosen keyboard shortcuts and see Nautilus change its view at your fingertips.

Commands

Keybindings

Alternate method (Not limiting to Compiz / Unity - 3D):

Search for "Keyboard" settings. Open "Shortcuts" tab. Move to "Custom Shortcuts" and click the + button. Give the shortcut appropriate name and assign keyboard shortcuts as you wish.

You should use the following commands for switching between "tree" and "places":

gsettings set org.gnome.nautilus.window-state side-pane-view "tree"
gsettings set org.gnome.nautilus.window-state side-pane-view "places"

enter image description here

jokerdino
  • 41,320
  • Hi! Thanks a lot for the great answer! Setting the keyboard shortcuts through the Keyboard Settings didn't work for me. I tried assigning Ctrl+5 and Ctrl+6 to side-pane-view "tree" and side-pane-view "places", respectively. – Nicolas Nov 21 '11 at 19:03
  • Sorry, bummer, part of the comment was lost. The compiz solution worked great though. Awesome. Thanks a again. – Nicolas Nov 21 '11 at 19:41
  • @zinzolin Sorry, I didn't complete the answer properly. For the keyboard shortcut to work, you should be using the entire command. I have edited the answer. So, it should be quite clear now. – jokerdino Nov 22 '11 at 06:30
4

This Nautilus extension allows you to edit keyboard shortcuts (accelerators).

After installing the extensions go to Edit -> Keyboard Shortcuts... in the main menu and search for actions starting from Sidebar in the Keyboard Shortcuts dialog. Click the Key cell corresponding to the action you need such as Sidebar Tree and enter a shortcut:

enter image description here

The keyboard shortcuts that you enter will even show up in the main menu:

enter image description here

vitaut
  • 468
  • I wish this were integrated into nautilus natively... (don't really want to use and trust a 3rd-party addon for such an elementary thing) – nutty about natty Mar 09 '13 at 21:48
1

If you are referring to the "list view" in Nautilus, that is easily accessed by pressing ctrl+2.

As for the sidebar, there is no shortcut for changing this setting.

RolandiXor
  • 51,541
  • Hello Roland! No, I meant to have a keyboard shortcut to toggle pane view from folders to places. In Dolphin for example, the following keyboard shortcuts are available: F9 displays the places and F7 the folders (there are even more keyboard shortcuts: F11 displays the informations, F12 the search, and F4 the Terminal) – Nicolas Nov 18 '11 at 12:53