<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Forward and back keyboard shortcuts no longer working in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5540802#M21680</link>
    <description>&lt;P&gt;Well, at least the dbus keybindings are basically global keyboard shortcuts. I was longing for those back on Windows &lt;EM&gt;so much&lt;/EM&gt;. No media keys on my laptop. I don't remember if there's one for volume toggling, but I can skip and play/pause with ease.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, Ctrl + arrow keys still not working as of Spotify version 1.2.8.928 installed via snap.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 10:44:51 GMT</pubDate>
    <dc:creator>Sebasty</dc:creator>
    <dc:date>2023-04-17T10:44:51Z</dc:date>
    <item>
      <title>Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5257504#M20681</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;It's probably a duplicate of &lt;A href="https://community.spotify.com/t5/Desktop-Mac/Forward-and-back-keyboard-shortcut-feature-no-longer-working/m-p/5245215" target="_self"&gt;Forward and back keyboard shortcut feature no longer working&lt;/A&gt; on Mac, but I cannot longer use Ctrl + Left Arrow and Ctrl + Right Arrow to change tracks on Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The regression seems to have appeared on version &lt;FONT face="andale mono,times"&gt;1.1.67.586.gbb5ef64e&lt;/FONT&gt; since I get it working by reverting to version &lt;FONT face="andale mono,times"&gt;1.1.55.498.gf9a83c60&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;OS: Ubuntu, Spotify installed with snap.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 09:34:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5257504#M20681</guid>
      <dc:creator>BlackEco</dc:creator>
      <dc:date>2021-09-08T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5259170#M20704</link>
      <description>&lt;P&gt;I'm having the same issue as well...&lt;/P&gt;&lt;P&gt;Also I can't use CTRL Up/Down arrows to increase/decrease volume anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ubuntu 20.04&lt;/P&gt;&lt;P&gt;Installed with apt-get by following below guide for Ubuntu:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.spotify.com/de/download/linux/" target="_blank"&gt;https://www.spotify.com/de/download/linux/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 06:53:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5259170#M20704</guid>
      <dc:creator>P6CG</dc:creator>
      <dc:date>2021-09-13T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5259266#M20706</link>
      <description>&lt;P&gt;Same here on Manjaro 21.1.2 Pahvo with XFCE, I am still able to use shortcuts like ctrl+a to select all songs in a playlist and ctrl+s and ctrl+r to control shuffle and repeat but unable to use ctrl+arrowkey to skip or control volume. Shift+left and shift+right seems to also still be working for scrubbing a track.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 12:30:50 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5259266#M20706</guid>
      <dc:creator>Vinnaren1</dc:creator>
      <dc:date>2021-09-13T12:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5260222#M20714</link>
      <description>&lt;P&gt;I couldn't figure out a way to skip tracks. Shift + arrow keys do work at seeking within tracks and if i remember correctly, it used to be a way to skip tracks on Linux.&lt;/P&gt;&lt;P&gt;I use global keyboard shortcuts to skip and pause/play, which have worked perfectly fine so far and work on the new versions too. You choose a keyboard shortcut to bind the commands to, and the commands themselves look like this (admittedly long)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;skip:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous

toggle playback:
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause&lt;/LI-CODE&gt;&lt;P&gt;You can paste the command in terminal and see if it works first.&lt;/P&gt;&lt;P&gt;So if all else fails, this should have you covered. Unfortunately volume does not work through this function, Spotify seems to ignore the volume command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps in any way : )&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 16:41:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5260222#M20714</guid>
      <dc:creator>Sebasty</dc:creator>
      <dc:date>2021-09-15T16:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5260578#M20715</link>
      <description>&lt;P&gt;Thanks for your suggestion, but I just expect Spotify to fix the issue on their end. They introduced a regression by breaking a couple of keyboard shortcuts, they should not expect us to fix this issue by ourselves.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 08:16:43 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5260578#M20715</guid>
      <dc:creator>BlackEco</dc:creator>
      <dc:date>2021-09-16T08:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5260757#M20716</link>
      <description>&lt;P&gt;Same problem here on Ubuntu 18.04 and Spotify Client 1.1.67.586.gbb5ef64e&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:22:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5260757#M20716</guid>
      <dc:creator>1maaa</dc:creator>
      <dc:date>2021-09-16T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5261957#M20720</link>
      <description>&lt;P&gt;After last update 1:1.1.67.586.gbb5ef64e on Linux Mint 20.2 Cinnamon Ctrl+Up, Ctrl+Down (volume) and Ctrl+Left, Ctrl+Right (prev/next song) shortcuts doesn't work for me anymore.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 12:21:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5261957#M20720</guid>
      <dc:creator>Pharass</dc:creator>
      <dc:date>2021-09-18T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5261983#M20721</link>
      <description>&lt;P&gt;Yes, broken for me too. To be specific we are talking about the in app shortcuts and not the global ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now I reverted to 1:1.1.55 via:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;sudo apt install spotify-client=1:1.1.55*&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 18 Sep 2021 13:32:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5261983#M20721</guid>
      <dc:creator>netpok</dc:creator>
      <dc:date>2021-09-18T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5262044#M20723</link>
      <description>&lt;P&gt;On Linux, Spotify uses the MPRIS D-Bus interface for its media controls.&lt;/P&gt;&lt;P&gt;If the default keybinds are off/won't work, a very easy way to use this is by installing &lt;A href="https://github.com/altdesktop/playerctl" target="_self"&gt;playerctl&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Once you've installed it, you can then use &lt;A href="https://github.com/jordansissel/xdotool" target="_self"&gt;xdotool&lt;/A&gt; or something to relay commands based on the key you press.&lt;/P&gt;&lt;P&gt;For me, I just have it set in my DE's keyboard settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ewangreen4_0-1631984854000.png" style="width: 400px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/133209iB1908B2FFDC55405/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ewangreen4_0-1631984854000.png" alt="ewangreen4_0-1631984854000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to specify that these keybinds are for Spotify only, you can append --player spotify at the end.&lt;/P&gt;&lt;P&gt;Also, if you want something that will show a banner with the current song info, I made a script for that a while ago:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#!/bin/bash
if [ `playerctl metadata --format "{{ playerName }}"` = spotify ]
then
        wget -q -O ~/.cache/cover `playerctl metadata mpris:artUrl | sed "s/open\.spotify\.com/i.scdn.co/"`
        notify-send "`playerctl metadata --format "{{ artist }} - {{ title }}"`" "`playerctl metadata --format "{{ album }}"`" -i ~/.cache/cover -t 1
        rm ~/.cache/cover
elif [ `playerctl metadata --format "{{ playerName }}"` = firefox ]
then
        notify-send "`playerctl metadata --format "{{ playerName }} - {{ title }}"`" "`playerctl metadata --format "{{ artist }}"`" -t 1
else
        notify-send "`playerctl metadata --format "{{ artist }} - {{ title }}"`" "`playerctl metadata --format "{{ album }}"`" -t 1
fi&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ewangreen4_1-1631985717256.png" style="width: 400px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/133212i0A3929513A4136F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ewangreen4_1-1631985717256.png" alt="ewangreen4_1-1631985717256.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It looks like this for me. It's very visually similar to Spotify's own libnotify implementation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 17:22:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5262044#M20723</guid>
      <dc:creator>ewangreen4</dc:creator>
      <dc:date>2021-09-18T17:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5264537#M20738</link>
      <description>&lt;P&gt;1.1.68.632.g2b11de83 is still affected.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 10:00:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5264537#M20738</guid>
      <dc:creator>1maaa</dc:creator>
      <dc:date>2021-09-23T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5264996#M20740</link>
      <description>&lt;P&gt;I'm also experiencing this on Spotify version 1.1.68.628.geb44bd66 on NixOS.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 08:21:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5264996#M20740</guid>
      <dc:creator>nerosnm</dc:creator>
      <dc:date>2021-09-24T08:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5265704#M20742</link>
      <description>&lt;P&gt;Same problem. Ubuntu 20.04, XFCE windows manager, spotify version&amp;nbsp;&lt;SPAN&gt;1.1.68.628.geb44bd66.&lt;/SPAN&gt;&amp;nbsp;All shortcuts work except ctrl+arrows. With each update client becomes unstabler, sad...&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 05:48:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5265704#M20742</guid>
      <dc:creator>atemUsername</dc:creator>
      <dc:date>2021-09-26T05:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5265705#M20743</link>
      <description>&lt;P&gt;Seems like this issue have place in web player too&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 07:55:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5265705#M20743</guid>
      <dc:creator>atemUsername</dc:creator>
      <dc:date>2021-09-25T07:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5268075#M20757</link>
      <description>&lt;P&gt;Still not fixed and we are being ghosted...&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 14:57:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5268075#M20757</guid>
      <dc:creator>P6CG</dc:creator>
      <dc:date>2021-09-29T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5272738#M20771</link>
      <description>&lt;P&gt;Issue not fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downgrading works. I had to downgrade to `sudo apt install spotify-client=1:1.1.10.546.ge08ef575-19`.&amp;nbsp;&lt;BR /&gt;Use `apt-cache madison spotify-client` to see available version in your repo.&lt;/P&gt;&lt;P&gt;Other potential version see here:&amp;nbsp;&lt;A href="https://www.ubuntuupdates.org/ppa/spotify" target="_blank"&gt;https://www.ubuntuupdates.org/ppa/spotify&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spotify should add official support for linux.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 10:14:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5272738#M20771</guid>
      <dc:creator>lokulf</dc:creator>
      <dc:date>2021-10-07T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5274149#M20776</link>
      <description>&lt;P&gt;It looks like the issue with arrow keys is not platform-specific, as I see Windows users also being unable to scroll with up/down arrows and change tracks. Those same issues are present in the web player as well.&lt;/P&gt;&lt;P&gt;For time being it seems it's best to downgrade or make use of playerctl or mpris keybinds.&lt;BR /&gt;It's possible to go back and forwards in history with the alt + arrow keys though.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2021 14:32:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5274149#M20776</guid>
      <dc:creator>Sebasty</dc:creator>
      <dc:date>2021-10-09T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5275894#M20783</link>
      <description>&lt;P&gt;I thought it was just me!&amp;nbsp; I miss the CTRL shortcuts too.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:23:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5275894#M20783</guid>
      <dc:creator>Jasvanc</dc:creator>
      <dc:date>2021-10-12T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5276166#M20784</link>
      <description>&lt;P&gt;Also really missing the volume &amp;amp; song control shortcuts.&lt;/P&gt;&lt;P&gt;Using Flatpak on Ubuntu 21.04&lt;/P&gt;&lt;P&gt;Last working version:&amp;nbsp;1.1.55.498.gf9a83c60&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Flatpak commit (2021-09-16):&amp;nbsp;6ccb153cf896461cfe38637cfb817a21138f342b2c59dcf1b3bb51c1d8c34241&lt;/P&gt;&lt;P&gt;For those also using flatpak you can downgrade like so:&lt;BR /&gt;flatpak update --commit=6ccb153cf896461cfe38637cfb817a21138f342b2c59dcf1b3bb51c1d8c34241 com.spotify.Client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did notice improvements in the current stable version for some shortcuts, but the volume &amp;amp; song controls aren't working for me.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 10:33:43 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5276166#M20784</guid>
      <dc:creator>pasfreak</dc:creator>
      <dc:date>2021-10-13T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5279847#M20792</link>
      <description>&lt;P&gt;Missing it too, Ubuntu 20.04 Focal Fossa&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 19:30:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5279847#M20792</guid>
      <dc:creator>John1337</dc:creator>
      <dc:date>2021-10-19T19:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forward and back keyboard shortcuts no longer working</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5281707#M20795</link>
      <description>&lt;P&gt;the issue is still there, and it is super annoying to leave the keyboard only to change songs in spotify.&lt;/P&gt;&lt;P&gt;will try to install playerctl&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 15:07:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Forward-and-back-keyboard-shortcuts-no-longer-working/m-p/5281707#M20795</guid>
      <dc:creator>afcuttin</dc:creator>
      <dc:date>2021-10-22T15:07:58Z</dc:date>
    </item>
  </channel>
</rss>

