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 577505 - ctrl-D is keyboard shortcut for disconnect and delete folder
ctrl-D is keyboard shortcut for disconnect and delete folder
Status: RESOLVED WONTFIX
Product: gftp
Classification: Other
Component: general
2.0.18
Other opensolaris
: Normal normal
: ---
Assigned To: Brian Masney
Brian Masney
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2009-03-31 18:10 UTC by Brock Pytlik
Modified: 2018-07-01 08:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes for accelerator button collisions (2.58 KB, patch)
2014-02-23 14:48 UTC, Anders Jonsson
none Details | Review

Description Brock Pytlik 2009-03-31 18:10:12 UTC
When connected to a host using SSH2 (though I'd guess this was true of any connection method), when I right click on a folder, a list of actions pops up. Among those are disconnect, which lists its shortcut as ctrl-D, and delete, which also lists its shortcut as ctrl-D. Actually hitting ctrl-D does the disconnect. Having both of these actions have the same shortcut seems problematic.
Comment 1 Qianqian Fang 2010-03-25 21:18:07 UTC
changed disconnect from Ctrl+D to Ctrl+W

the change was made in a temporary repo as rev. 1001, see
https://orbit.nmr.mgh.harvard.edu/plugins/scmsvn/viewcvs.php?root=gftp&rev=1001&view=rev

(repo info announced here:
http://archives.seul.org/gftp/users/Mar-2010/msg00004.html )
Comment 2 Lucas Vieites 2010-03-30 13:12:00 UTC
I have found that the "Ctrl+V" shortcut is mapped to the "Remote->View" menu item. This is the standard "Paste" shortcut, so the menu option should have a different one.
Maybe I should open a new bug report, but as this is also related to keyboard 
shortcuts I thought it might fit is as a comment to this one.
Comment 3 Qianqian Fang 2010-03-30 16:29:11 UTC
hi Lucas

check out the latest code from the above svn. Ctrl+V was already fixed in this repo as revision 997:

https://orbit.nmr.mgh.harvard.edu/plugins/scmsvn/viewcvs.php?root=gftp&view=rev&rev=997
Comment 4 Lucas Vieites 2010-03-31 07:22:01 UTC
Great! I hope to see these improvements in a future release of GFtp
Comment 5 Anders Jonsson 2014-02-23 14:48:16 UTC
Created attachment 270053 [details] [review]
Fixes for accelerator button collisions

I see that there has been no activity for a while, so here is a patch. This patch fixes all accelerator collisions in gftp.

I have made some different letter choices than the repo mentioned in previous comments. This for consistency between local/remote tabs and to catch one more collision (there were multiple Ctrl+R entries):

Local View from Shift+Ctrl+V to Shift+Ctrl+W
Remote View from Ctrl+V to Ctrl+W
Remote Disconnect from Ctrl+D to Ctrl+I
Transfer Retrieve from Ctrl+R to Ctrl+T
Transfer Put from Ctrl+P to Ctrl+U


Also fixes Bug 637925 where Ctrl+V couldn't be used for pasting in gftp.
Comment 6 André Klapper 2018-07-01 08:41:19 UTC
gftp is not under active development anymore and has not seen code changes for many years. Its codebase has been archived: https://gitlab.gnome.org/Archive/gftp/commits/master
The maintainer states that "I would like to hand this project off to someone compotent" on https://www.gftp.org/

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.