After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 603084 - in right-click menu, there are two(2) entries using "P" hotkey
in right-click menu, there are two(2) entries using "P" hotkey
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-26 21:06 UTC by Martin Mai
Modified: 2012-08-15 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix mnemonics clash between Paste and Properties (2.12 KB, patch)
2012-08-14 20:43 UTC, William Jon McCann
committed Details | Review

Description Martin Mai 2009-11-26 21:06:16 UTC
Originally reported at https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/487750.

I am using ubuntu 9.04 Jaunty Jackelope, and Nautilus version 1:2.26.2-0ubuntu2. When attempting to Copy/Paste into a directory, the right-click menu has two different entries ("Paste" and "Preferences") which both use the "P" hotkey, and instead of activating an option, pressing "P" just switches between highlighting "paste" and "preferneces" indefinitely.

1) Open up any folder. (i.e. Home Folder)
2) select any file or directory, right-click and select "Copy".
3) In any directory, right-click in empty space.
4) Press "P"
5) Press "P"

Expected outcome is that pressing "P" will carry out the "Paste" command.
Actual outcome is that "P" is assigned to more than one entry, and as such continually switches between the two actions instead of selecting and carrying out one action.

Screenshot: http://launchpadlibrarian.net/36030818/Screenshot-My%20Red%20Theme%20-%20File%20Browser.png
Comment 1 Vish 2010-07-22 08:20:50 UTC
Using "P" for paste is better
So we need to have a new shortcut for Properties.
Almost every other letter is used , the only other letter not used is "e"

However ,there are are several other overlapping shortcuts!
Open in a new Tab , Cut

For menu bar:
Scripts , Connect to server
New Tab , Open in a new Tab
..

Seems to a common "feature"!
Comment 2 the_thorn_within781 2010-07-23 23:02:09 UTC
hi, i agree, since i posted this as a "bug" i have noticed that there are several more shortcuts that do the same thing, and if you use that hotkey to select one and then press enter it selects it...so now it does kinda seem like more of a "feature" than a "bug".  Ive just kinda learned to live with it.  but one thing that has been driving me crazy is there is no keyboard shortcut for "Extract Here".  Ive grown quite fond of right clicking something and then using the keyboard shortcut for an action rather than using the mouse to select it from the context menu..but there is NO way to select "Extract Here" without using the mouse to select it.  It REALLY needs to have its own designator, id go so far as to say that if THAT were fixed, I could ignore the paste/properties issue indefinitely.  

-BMFC
Comment 3 Marcus Carlson 2010-07-25 21:58:45 UTC
BMFC, the "Extract Here" menu item isn't created by nautilus but file-roller, so for that you should create a new bug report against the file-roller product.
Comment 4 Allan Day 2010-08-03 09:56:28 UTC
(In reply to comment #1)
> Using "P" for paste is better
> So we need to have a new shortcut for Properties.

Agreed.

> However ,there are are several other overlapping shortcuts!
> Open in a new Tab , Cut
> 
> For menu bar:
> Scripts , Connect to server
> New Tab , Open in a new Tab
> ..
> 
> Seems to a common "feature"!

Looks like we need to have a serious look at this. A mapping exercise might be in order.
Comment 5 William Jon McCann 2012-08-14 20:32:41 UTC
Windows uses _P for Paste and _r for Properties.
Comment 6 William Jon McCann 2012-08-14 20:43:17 UTC
Created attachment 221190 [details] [review]
Fix mnemonics clash between Paste and Properties
Comment 7 Cosimo Cecchi 2012-08-15 01:39:04 UTC
Review of attachment 221190 [details] [review]:

Looks good!