[Xfce4-commits] <libxfce4ui:master> Update default shortcuts for xfce4-display-settings (bug #7036).
Jérôme Guelfucci
noreply at xfce.org
Wed Dec 29 23:34:01 CET 2010
Updating branch refs/heads/master
to 91760f9b3f87f3e4cea6dacea0761763bf20ab95 (commit)
from 348e4ca1ded9c0e4d55629b43afa4a538e9eb950 (commit)
commit 91760f9b3f87f3e4cea6dacea0761763bf20ab95
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Mon Dec 27 09:55:51 2010 +0100
Update default shortcuts for xfce4-display-settings (bug #7036).
XF86Display and Windows + p now launch xfce4-display-settings-minimal by
default. We need to bind Windows + p too because it seems some recent
hardware have the display key trigger this.
libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
index 48eb97b..723a10d 100644
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
@@ -5,7 +5,8 @@
<property name="default" type="empty">
<property name="<Alt>F2" type="string" value="xfrun4"/>
<property name="<Control><Alt>Delete" type="string" value="xflock4"/>
- <property name="XF86Display" type="string" value="xrandr --auto"/>
+ <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
<property name="<Control>Escape" type="string" value="xfdesktop --menu"/>
</property>
</property>
More information about the Xfce4-commits
mailing list