All shortcuts for xfce Manjaro

Can someone tell me where I can find all the shortcuts for manjaro xfce, not just the application shortcuts in the keyboard settings?

The user configured keyboard shortcuts are stored in : ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
And the system default are in : /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml and belongs to the libxfce4ui package.

3 Likes

Thankyou

The others are for the Window Manager.
https://docs.xfce.org/xfce/xfwm4/preferences#keyboard

I was interested in this topic too.

Both Settings > Window Manager > Keyboard and Settings > Keyboard > Application Shortcuts modified the file $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml. If you hit Reset to Defaults I believe the values come from the /etc/xdg/xfce4 location. In addition, there is the new user /etc/skel/.config/xfce4 location.

You can also list shortcuts from the command line:

xfconf-query -c xfce4-keyboard-shortcuts -l -v
2 Likes

Changing the command to:

xfconf-query --channel xfce4-keyboard-shortcuts --list --verbose | sort --key=1.44

will make the output sort by the key description. :slightly_smiling_face:

1 Like