-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for media keys #84
Comments
I'm pretty sure this is what the eventcmd mechanism was meant to be used for. |
It's the fifo that you're looking for, check the manpage. Hm, I'll close this issue as "won't fix". You're on your own if you need support for specific devices. But feel free to send a pull request/reopen this issue if you got it working and want to share your solution. |
I have a method setup so scripts get called when I press my media keys. In the scripts it just echos the characters to the ctl fifo. What would be nice is to have pianobar integrate into the media key system and then maybe have some option to enable it in the config. (Would be disabled by default just in case a system doesn't support it.) This would make it so I can remap my media keys back to the default controls and then just use them in whatever application I happen to be using (pianobar, spotify, rhythmbox) |
Is there a specification somewhere? Global hotkeys (I believe media keys |
The media keys are usually mapped to functions in the desktop environment If I remember correctly they send out a DBUS call that can then be listened After some Googling around, I think this is what most things integrate. http://specifications.freedesktop.org/mpris-spec/latest/ And here is something that mentions MPRIS but then notes that it somehow https://github.com/jreese/spotify-gnome I know just enough t get myself in trouble. I usually find the bits and On Tue, Oct 29, 2013 at 1:55 PM, PromyLOPh notifications@github.com wrote:
|
|
Support for media buttons. (Play, pause, next, bookmark, like, ban) I don't know much about programing, but I'll see if there is a way to implement this while using a wiimote as the remote.
The text was updated successfully, but these errors were encountered: