[Xfce4-commits] [xfce/libxfce4ui] 01/01: shortcuts: Also map Homepage to browser
noreply at xfce.org
noreply at xfce.org
Wed Apr 1 08:07:56 CEST 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 42fe8d2384d54f870a7967279bda1638c0cd4275
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Apr 1 08:07:30 2020 +0200
shortcuts: Also map Homepage to browser
and fix the appfinder shortcut.
---
libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
index ca0adc5..7fe07dd 100644
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
@@ -17,6 +17,7 @@
<property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
<property name="<Primary>Escape" type="string" value="xfdesktop --menu"/>
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
+ <property name="HomePage" 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"/>
<property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
@@ -25,7 +26,9 @@
<property name="<Primary><Alt>f" type="string" value="thunar"/>
<property name="<Primary><Alt>Escape" type="string" value="xkill"/>
<property name="<Primary><Shift>Escape" type="string" value="xfce4-taskmanager"/>
- <property name="<Super>r" type="string" value="xfce4-appfinder -c"/>
+ <property name="<Super>r" type="string" value="xfce4-appfinder -c">
+ <property name="startup-notify" type="bool" value="true"/>
+ </property>
</property>
</property>
<property name="xfwm4" type="empty">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list