NyanKiyoshi / dotfiles

0 stars 1 forks source link

Like spotify songs from keyboard #2

Open NyanKiyoshi opened 5 years ago

NyanKiyoshi commented 5 years ago

Using xdotools, it is possible to automatically like Spotify songs (the shortcut would be CTRL+L from my research, to be confirmed).

For example, for firefox, we can test this through CTRL+Tab as a dummy:

for w in $(xdotool search --class Firefox); do xdotool key --window $w Ctrl+Tab; done