aMule Forum

English => Feature requests => Topic started by: el1073 on July 14, 2008, 07:16:52 PM

Title: A faster way to access to Preferences
Post 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!
Title: Re: A faster way to access to Preferences
Post by: gyom on August 09, 2008, 03:13:37 PM
+1

(and there are certainly lots of other small changes that would help to integrate better aMule in mac os x)
Title: Re: A faster way to access to Preferences
Post by: intheyear2525 on September 12, 2008, 09:53:25 PM
+1

hopefully simple change to amuleDlg.cpp?

Code: [Select]
// 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!