This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository xfce/libxfce4ui.

commit 42fe8d2384d54f870a7967279bda1638c0cd4275
Author: Simon Steinbeiss <simon.steinbe...@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="&lt;Super&gt;p" type="string" 
value="xfce4-display-settings --minimal"/>
       <property name="&lt;Primary&gt;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="&lt;Alt&gt;Print" type="string" 
value="xfce4-screenshooter -w"/>
@@ -25,7 +26,9 @@
       <property name="&lt;Primary&gt;&lt;Alt&gt;f" type="string" 
value="thunar"/>
       <property name="&lt;Primary&gt;&lt;Alt&gt;Escape" type="string" 
value="xkill"/>
       <property name="&lt;Primary&gt;&lt;Shift&gt;Escape" type="string" 
value="xfce4-taskmanager"/>
-      <property name="&lt;Super&gt;r" type="string" value="xfce4-appfinder 
-c"/>
+      <property name="&lt;Super&gt;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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to