Skip to content

3. nemo keyboard shortcuts

keyboard shortcuts

are called accel in GTK / Gnome speak (zie apparte nota in de knipselkast)

/home/{yourusername}/.gnome2/accels (.gnome2 is a hidden folder )
/home/ward/.gnome2/accels

Open the “nemo” file with your text editor
Add your shortcut:
f.i, when having 2 panes to move a folder or file from one pane to the other using “CTRL+j”:
(gtk_accel_path “/DirViewActions/Move to next pane” “j”)

remove the “;” at the beginning of the line

backup : place a copy of the accel file into /mnt/data/SYS/config/gnome-accels

; (gtk_accel_path “/DirViewActions/New Documents” “”)
==>
(gtk_accel_path “/DirViewActions/New Documents” “t”)