aMule Forum
English => Feature requests => Topic started by: el1073 on July 14, 2008, 07:16:52 PM
-
Hi, all the applications in Osx have a shortcut to faster access to preferences windows (command+comma)
(http://img46.imageshack.us/img46/329/immagine1uh6.png),
so, any time I want to open Preferences in aMule, I hit cmd+, and nothing appens ::)
I think (even if I'm not a coder) it's simple to implement this function, do you think that it could be an improvent for future versions?
p.s. Thanks for all your works!
-
+1
(and there are certainly lots of other small changes that would help to integrate better aMule in mac os x)
-
+1
hopefully simple change to amuleDlg.cpp?
// Set shortcut keys
wxAcceleratorEntry entries[] = {
wxAcceleratorEntry(wxACCEL_CTRL, wxT('Q'), wxID_EXIT)
};
so adding a key with wxT(',') and the id (for prefs) ID_BUTTONNEWPREFERENCES might work?
…
cmd+I for file properties would be nice, too ;D
thx for the great work btw!