can't press / or s in gnome 3.6

Asked by kk

can't press / or s in gnome 3.6,it auto redirect to location or search.do it confict with nautilus hotkeys?how can i do it?

Question information

Language:
English Edit question
Status:
Solved
For:
Nautilus Terminal Edit question
Assignee:
No assignee Edit question
Solved by:
kk
Solved:
Last query:
Last reply:
Revision history for this message
Fabien LOISON (flozz) said :
#1

There is a bug with Nautilus 3.6, there is presently no solution.

Revision history for this message
kk (li-likun) said :
#2

I changed accelerators to workaroud this problem.
1.Open ~/.config/nautilus/ folder. Here you should see a file named accels. It contains all available nautilus actions you can assign an accel to.
2.Change
;(gtk_accel_path "<Actions>/ShellActions/PromptLocationAccel" "slash")
to
(gtk_accel_path "<Actions>/ShellActions/PromptLocationAccel" "<Primary>slash")
Edit this file, save and close.
3.restart nautilus

You can use Ctrl+/ to promptlocation now.

Revision history for this message
Paul Preibisch (fire-7) said :
#3

THANKYOU for this!!!! This was a source of major frustration!
By the way, to kill nautilus without logging out:

nautilus -q or killall nautilus

Revision history for this message
careca (careca123) said :
#4

For nautilus 3.10 the accel-keys have changed:

for "/" (slash):
(gtk_accel_path "<Actions>/ShellActions/PromptLocationSlashAccel" "slash")

for "~" (tilde):
(gtk_accel_path "<Actions>/ShellActions/PromptLocationTildeAccel" "asciitilde")

... and so on.