I want to add gloobus to nemo in linux mint. But native support is not available therefore I want to add a keyboard shortcut to nemo to open gloobus with selected element. I already found this where is described how to change shortcuts and I found this where is described how to add an action to the context-menu.
Does anybody know how to add KEYBOARD shortcuts to do the same?
for Nemo 2.2.4 under Linux Mint 17 I do this:
(gtk_accel_path "/DirViewActions/Move to next pane" "j")
Note: remove the ";" at the beginning of the line
There are a lot of different commands to customize in that file, be careful not to use a current shortcut!
Hope this helps!