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 385896 - Regression: Ctrl+F10 broken in list view
Regression: Ctrl+F10 broken in list view
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.21.x
Other All
: Normal normal
: ---
Assigned To: Paweł Paprota
Nautilus Maintainers
AP3
Depends on:
Blocks:
 
 
Reported: 2006-12-14 16:12 UTC by Calum Benson
Modified: 2016-10-18 10:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
385896-properly-handle-key-press-for-ctrl-f10.patch (459 bytes, patch)
2008-04-21 20:22 UTC, Paweł Paprota
committed Details | Review

Description Calum Benson 2006-12-14 16:12:16 UTC
Ctrl+F10 used to open the folder's context menu in list view (as opposed to the selection's context menu, which is Shift+F10).  It doesn't seem to work any more in 2.17.

This was implemented to be analagous to the use of Ctrl+F10 to open a panel's context menu, rather than the focused applet's menu (Shift-F10), to get around the problem that there's often no available background space in which to right-click.
Comment 1 Cosimo Cecchi 2008-01-20 00:33:49 UTC
Confirming with 2.21.5.
Comment 2 Paweł Paprota 2008-04-21 20:22:40 UTC
Created attachment 109650 [details] [review]
385896-properly-handle-key-press-for-ctrl-f10.patch
Comment 3 Cosimo Cecchi 2008-04-23 22:24:44 UTC
This looks good to me.
Committed to trunk and gnome-2-22 branch, thanks for the patch.

2008-04-24  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/file-manager/fm-list-view.c: (key_press_callback):
	Properly handle Ctrl+F10 keybinding in List View.
	Patch by Paweł Paprota. (#385896).