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 136578 - Menu key should pop up context menu (like shift-F10)
Menu key should pop up context menu (like shift-F10)
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Keyboardability
2.4.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-08 19:43 UTC by Jerome Haltom
Modified: 2005-02-18 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible patch (2.03 KB, patch)
2005-02-17 19:02 UTC, Paolo Borelli
none Details | Review
this one even compiles (2.05 KB, patch)
2005-02-17 19:49 UTC, Paolo Borelli
none Details | Review

Description Jerome Haltom 2004-03-08 19:43:31 UTC
In windows, on an extended keyboard, there is a key next to the right side
Ctrl key, which looks like a menu. This should pop up the context menu on
the selected icon, or at least be associatable to this.
Comment 1 Ken Harris 2004-11-12 02:56:47 UTC
Probably not Nautilus-specific.

In Nautilus, you can get the context menu from the keyboard: it's shift-F10,
like any other program.

This bug is probably a Gtk+ (configuration?) thing, and should read something
like: "Windows menu key should pop up context menu (like shift-F10)".
Comment 2 Paolo Borelli 2005-02-17 19:02:15 UTC
Created attachment 37610 [details] [review]
possible patch

the issue is specific to nautilus icon view, since it doesn't implements the
GtkWidget popup_menu handler but tries to mimick it by intercepting key
presses...

This patch at the moment is totally untestes for lack of a full jhbuild :(
Comment 3 Paolo Borelli 2005-02-17 19:49:01 UTC
Created attachment 37615 [details] [review]
this one even compiles
Comment 4 Paolo Borelli 2005-02-18 08:58:01 UTC
committed.