diff options
Diffstat (limited to 'data/xfce4')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index cf1978d..6fe0e4b 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -13,9 +13,13 @@ <property name="<Control><Alt>Delete" type="string" value="xflock4"/> <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/> <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/> - <property name="<Control>Escape" type="string" value="xfdesktop --menu"/> + <property name="<Control>Escape" type="string" value="xfce4-taskmanager"/> <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/> <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> + <property name="Print" type="string" value="xfce4-screenshooter -f"/> + <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+"/> + <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%-"/> + <property name="XF86AudioMute" type="string" value="amixer set Master toggle"/> </property> </property> <property name="xfwm4" type="empty"> |