diff options
| -rw-r--r-- | etc/xdg/xdg-xebian/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/xdg/xdg-xebian/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/etc/xdg/xdg-xebian/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 9f48e86..ef80cc4 100644 --- a/etc/xdg/xdg-xebian/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/etc/xdg/xdg-xebian/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -3,13 +3,13 @@ <channel name="xfce4-keyboard-shortcuts" version="1.0"> <property name="commands" type="empty"> <property name="default" type="empty"> - <property name="<Alt>F2" type="string" value="xfrun4"> + <property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed"> <property name="startup-notify" type="bool" value="true"/> </property> <property name="<Alt>F3" type="string" value="xfce4-appfinder"> <property name="startup-notify" type="bool" value="true"/> </property> - <property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/> + <property name="<Alt>Print" type="string" value="xfce4-screenshooter --window"/> <property name="<Primary><Alt>Delete" type="string" value="xfce4-session-logout"/> <property name="<Primary><Alt>Escape" type="string" value="xkill"/> <property name="<Primary><Alt>f" type="string" value="exo-open --launch FileManager"/> @@ -17,14 +17,14 @@ <property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/> <property name="<Primary>Escape" type="string" value="xfce4-popup-whiskermenu"/> <property name="<Primary><Shift>Escape" type="string" value="xfce4-taskmanager"/> - <property name="Print" type="string" value="xfce4-screenshooter -f"/> - <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r"/> - <property name="<Super>1" type="string" value="pidgin"/> + <property name="Print" type="string" value="xfce4-screenshooter --fullscreen"/> + <property name="<Shift>Print" type="string" value="xfce4-screenshooter --region"/> + <property name="<Super>F1" type="string" value="xfce4-find-cursor"/> <property name="<Super>e" type="string" value="exo-open --launch FileManager"/> <property name="<Super>f" type="string" value="exo-open --launch FileManager"/> <property name="<Super>m" type="string" value="exo-open --launch MailReader"/> <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/> - <property name="<Super>r" type="string" value="xfrun4"> + <property name="<Super>r" type="string" value="xfce4-appfinder --collapsed"> <property name="startup-notify" type="bool" value="true"/> </property> <property name="<Super>t" type="string" value="exo-open --launch TerminalEmulator"/> @@ -34,7 +34,7 @@ <property name="XF86Explorer" type="string" value="exo-open --launch FileManager"/> <property name="XF86HomePage" type="string" value="exo-open --launch WebBrowser"/> <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> - <property name="XF86Messenger" type="string" value="pidgin"/> + <property name="XF86Music" type="string" value="vlc"/> <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/> </property> </property> |
