aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: A faster way to access to Preferences  (Read 3058 times)

el1073

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
    • http://www.alisonmatter.tk
A faster way to access to Preferences
« 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)
,
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!
Logged
He has started his journey throughout the night...
...the pain has only followed him.

gyom

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: A faster way to access to Preferences
« Reply #1 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)
Logged

intheyear2525

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: A faster way to access to Preferences
« Reply #2 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!
Logged