You are not logged in.

#1 2013-03-10 17:52:30

yell!
Member
Registered: 2011-05-16
Posts: 48

[SOLVED] XFCE 4.10 Show Desktop command / hotkey

I just installed XFCE. I see that the predefined hotkey to show desktop is <CTRL>+<ALT>+D but I want to change to, or add, <SUPER>+D.
I did not find anything with google, only "old" threads that say that the shortcut can be changed on Keyboard Setting. If I am not worng, it is no more possible, or, at least, in my case is not possible.

If I open "xfce4-keyboard-shortcuts.xml" under my home folder/.config/xfce/blahblah I can see:

<property name="<Control><Alt>d" type="string" value="show_desktop_key"/>

but using

<property name="<Super>d" type="string" value="show_desktop_key"/>

produces an error.
Other shortcuts with <Super> are working.

I think that I must invoke xfwm4 but I don't know how.
Tips?
Thank you.

Last edited by yell! (2013-03-11 22:41:39)

Offline

#2 2013-03-10 18:50:56

borzole
Member
Registered: 2013-03-10
Posts: 2

Re: [SOLVED] XFCE 4.10 Show Desktop command / hotkey

Reset/remove current shortcut:

$ xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/<Super>d" --reset

setup new

$ xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/<Super>d" --create --type string --set "show_desktop_key"
$ xfconf-query --channel xfce4-keyboard-shortcuts  --list -v | grep -i super

Last edited by borzole (2013-03-10 18:51:44)

Offline

Board footer

Powered by FluxBB