diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- fix Alt+F1 shortcut (use xfce4-popup-whiskermenu instead of xfce4-popup-applicationsmenu) + Version 4.100.5.8 - 2014-12-17 - fix duplicate "Database Browser" menu entry in Development menu (mga#14824) 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 4a97a7d..720fe6f 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -3,7 +3,7 @@ <channel name="xfce4-keyboard-shortcuts" version="1.0"> <property name="commands" type="empty"> <property name="default" type="empty"> - <property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/> + <property name="<Alt>F1" type="string" value="xfce4-popup-whiskermenu"/> <property name="<Alt>F2" type="string" value="xfce4-appfinder --replace --collapsed"> <property name="startup-notify" type="bool" value="true"/> </property> |