window manager keyboard shortcuts list?

houghi houghi at houghi.org
Sat Sep 24 10:44:20 CEST 2016


On Fri, Sep 23, 2016 at 02:04:56PM -0500, Marshall Neill wrote:
> You could try this  and expand on the cut command as I suck at the cut
> command
> 
>  xfconf-query --list --verbose --channel xfce4-keyboard-shortcuts|cut -d">"
> -f4

I made this ungly thing.

xfconf-query --list --verbose --channel xfce4-keyboard-shortcuts | \ 
awk -F '/' '{print $NF}'|awk {'print $1 "ZXZ" $2 $3 $4 $5'} | \
column -c 2 -sZXZ -t |sort -u

I am sure people smarter than me (everybody) will be able to shorten that
awk command as well as include the column part into it.

houghi


More information about the Xfce mailing list