Score:0

Global Hotkeys with Wine and Winamp

cn flag

I have for the longest time been using gMusicBrowser which honestly is brilliant. But I'll always have a sweet sweet soft spot for WinAmp. So if I could get the hotkeys working I would be able to use it again on Linux.

I am able to get the correct pid with xdotool:

xdotool search --limit 1 --all --pid $( pgrep winamp ) --name winamp
//281018377

However it now seems that the keys are not being passed to wine.

xdotool key --window $(xdotool search --limit 1 --all --pid $( pgrep winamp ) --name winamp) "ctrl+alt+Right"

2 thoughts come to mind, can I troubleshoot with this a console or similar. Or maybe its impossible?

enter image description here

vanadium avatar
cn flag
Audacious was originally designed to look and feel like Winamp, and may be a more solid choice for Linux. From an audiophile point of view, it is perfect (replaygain support, perfect gappless playback, even with lame encoded mp3's, and there are not a lot of players that do that right under Linux).
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.