diff options
| author | 2025-04-01 04:03:52 -0400 | |
|---|---|---|
| committer | 2025-04-01 04:03:52 -0400 | |
| commit | 21598ed7dd08c3ab90f3807bc8bc3dc0a86062d0 (patch) | |
| tree | de04e5d8777b4ef0a3366205a8164840e2d585f8 | |
| parent | 93a1b9c9ee4d2dc0da673dc17a01842951e9b17a (diff) | |
Refresh default keybinds.
* Use long options and canonical names.
* Add xfce4-find-cursor, remove pidgin binds.
| -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> |
