While I have a nautilus window open I can do Ctrl+Shift+N to create a new folder in the current directory. However there is no default keyboard shortcut for creating a new document. How would I create one?
While I have a nautilus window open I can do Ctrl+Shift+N to create a new folder in the current directory. However there is no default keyboard shortcut for creating a new document. How would I create one?
First, open gconf-editor and set
/desktop/gnome/interface/can_change_accels
totrue
. This lets you edit menu shortcuts.Second, open a terminal and type:
killall nautilus && UBUNTU_MENUPROXY= nautilus
This will relaunch Nautilus with the standard (non-Unity) menu bar, because the Unity menu bar doesn't support this feature. (It will respect your changed shortcuts, but it won't let you change them.)Now, open the file menu, hover the mouse over Create Document > Empty File and press your desired shortcut. Ctrl-Alt-N seems like a decent choice, or you can reassign Ctrl-N. You should see the accelerator hint change in the menu.
Finally, relaunch Nautilus without the
UBUNTU_MENUPROXY
variable to get your Unity menus back with the new shortcut.Edit: The solution for newer versions is nearly the same , except you need to use
dconf-editor
instead ofgconf-editor
. You can install thedconf-tools
package to get dconf-editor.Also, the
killall nautilus ...
command did not appear to be necessary.org/gnome/desktop/interface
.can-change-accels
.can-change-accels
in dconf-editor after you're done.Open terminal:
gconf-editor
go to
find unassigned command e.g. command_1
double click on value and type
/usr/bin/gedit
next step go to
select run_command_1 (in this example) , double click on the value and set the preferred shortcut
Logout/Login from/to system
On Ubuntu 16.04, I tried to change the accels by hovering-and-pressing-shortcut but it didn't seem to work. Then it dawned upon me, "Hey, why not use the default accels?!" And it worked perfectly for me.
So here's how to do it.
If you just press it rapid succession, it feels almost like a keyboard shortcut. Press Alt + F, then immediately D and immediately after that E. Boom. You're welcome.