aMule Bug Tracker - aMule
View Issue Details
0000649aMuleMiscpublic2005-11-11 07:492005-11-11 17:13
Jacobo221 
Xaignar 
normalminoralways
resolvedfixed 
 
SVN 
0000649: Shortcut inconsistency
Function CServerListCtrl::OnKeyPressed (in file ServerListCtrl.cpp) does:

       if ( event.GetKeyCode() == WXK_DELETE ) {

while function CDownloadListCtrl::OnKeyPressed (in file DownloadListCtrl.cpp) does:

        switch (event.GetKeyCode()) {
                case WXK_BACK:
                case WXK_NUMPAD_DELETE:
                case WXK_DELETE: {

This makes inconsistency between shortcuts. I think it would be better of both accepted only <DEL> shortcut (both normal and numpad).
Also, friends in Messages window should have a <DEL> shortcut to delete them from the list.
No tags attached.
Issue History
2005-11-11 07:49Jacobo221New Issue
2005-11-11 07:50Jacobo221CategoryExternal Conn => Misc
2005-11-11 12:02XaignarStatusnew => assigned
2005-11-11 12:02XaignarAssigned To => Xaignar
2005-11-11 17:13XaignarStatusassigned => resolved
2005-11-11 17:13XaignarFixed in Version => CVS
2005-11-11 17:13XaignarResolutionopen => fixed
2005-11-11 17:13XaignarNote Added: 0001439

Notes
(0001439)
Xaignar   
2005-11-11 17:13   
Fixed in revision 5726.