lastfm / lastfm-desktop

The official Last.fm desktop application suite
http://www.last.fm
GNU General Public License v3.0
461 stars 94 forks source link

Raise/Hide Last.fm checkbox does not work in Advanced Settings #31

Closed wroberts closed 1 year ago

wroberts commented 11 years ago

The Raise/Hide checkbox in the Advanced pane of the application Preferences is checked and disabled. This checkbox should enable or disable the function of the system-wide hotkey which raises the Last.fm Scrobbler client window to front.

There is a Last.fm forum entry complaining about the hotkey keyboard shortcut here:

Implementing the raise/hide checkbox functionality should make some of these people less grumpy.

Here's how the hotkey is implemented in the current codebase:

Some useful links for how to implement system-wide HotKeys (Mac OS X-specific):

This pull request contains a few changes which hopefully will get this checkbox button working in the UI. Warning: I have not been able to test this commit. Can anyone confirm that this code works?

PS: Issue #30 is a duplicate of this pull request. Sorry.