blob: b0fb442196f25f9bd460195d925340b4621f8a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
http://bugzilla.xfce.org/show_bug.cgi?id=8194
http://bugs.gentoo.org/show_bug.cgi?id=392001
This is http://pkgs.fedoraproject.org/gitweb/?p=libxfce4ui.git;a=blob_plain;f=libxfce4ui-4.7.6-keyboard-shortcuts.patch;hb=HEAD
BUT without the xfhelp4 keyboard shortcut.
--- libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+++ libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
@@ -5,9 +5,19 @@
<property name="default" type="empty">
<property name="<Alt>F2" type="string" value="xfrun4"/>
<property name="<Control><Alt>Delete" type="string" value="xflock4"/>
+ <property name="<Control><Alt>Escape" type="string" value="xkill"/>
+ <property name="<Control>Escape" type="string" value="xfce4-popup-menu"/>
+ <property name="<Control><Alt>L" type="string" value="xfce4-session-logout"/>
+ <property name="XF86WWW" type="string" value="xfbrowser4"/>
+ <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
<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 name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+ -q"/>
+ <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%- -q"/>
+ <property name="XF86AudioMute" type="string" value="amixer set Master toggle -q"/>
+ <property name="Print" type="string" value="xfce4-screenshooter -f"/>
+ <property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
</property>
</property>
<property name="xfwm4" type="empty">
|