tulskiy / jkeymaster

A library for registering global hotkeys in java with JNA. The goal is to support X11-based platforms, Windows and MacOSX
GNU Lesser General Public License v3.0
234 stars 45 forks source link

MediaKeys don't work on GNOME 3 #22

Open darkfrog26 opened 9 years ago

darkfrog26 commented 9 years ago

I'm trying to use this to listen to media buttons on Fedora 21 (GNOME 3) and it never receives the event. GNOME pops up a circle with a slash through it for a second when I press those keys.

darkfrog26 commented 9 years ago

If I remove the keybinding shortcut to play media in GNOME then the popup stops appearing, but I stil don't receive the event with jkeymaster.

tulskiy commented 9 years ago

I think in some configurations dbus is still holding on to those. it's been reported here https://github.com/tulskiy/jkeymaster/issues/15

however, I'm running Ubuntu GNOME 14.04 and media keys work fine for me