:: Re: [DNG] Delete default xfce4 shor…
Top Page
Delete this message
Reply to this message
Author: Florian Zieboll
Date:  
To: dng
Subject: Re: [DNG] Delete default xfce4 shortcuts
On Sun, 10 Jul 2022 14:13:45 +0100
fraser kendall <lfs.mailing@???> wrote:

> plagued by the xfce4 shortcut
>
> ctrl+alt+arrow = switch desktop



On my LXqt/Openbox-Desktop, this is the default behaviour, defined in
'~/.config/openbox/lxqt-rc.xml':

    <!-- Keybindings for desktop switching -->
    <keybind key="C-A-Left">
      <action name="GoToDesktop">
        <to>left</to>
          <wrap>no</wrap>
        </action>
    </keybind>


On a pure openbox system, the according configuration file should be
'~/.config/openbox/rc.xml'.

HTH & libre grüße,
Florian