File xfce4-session-more-labwc-keybindings.patch of Package xfce4-session
Add more default key bindings for labwc
- Mic-mute: toggle audio capture
- Display (VideoModeSwitch) or Super-P: display setup dialog
- PrintScreen: screen-shooter
- Super_L (Windows key): open root menu
---
labwc/labwc-rc.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--- a/labwc/labwc-rc.xml
+++ b/labwc/labwc-rc.xml
@@ -45,6 +45,9 @@
<keybind key="XF86_AudioMute">
<action name="Execute" command="amixer sset Master toggle" />
</keybind>
+ <keybind key="XF86_AudioMicMute">
+ <action name="Execute" command="amixer sset Capture toggle" />
+ </keybind>
<keybind key="W-q">
<action name="Close" />
</keybind>
@@ -66,6 +69,21 @@
<keybind key="W-4">
<action name="GoToDesktop" to="4" />
</keybind>
+ <keybind key="XF86_Display">
+ <action name="Execute" command="xfce4-display-settings --minimal" />
+ </keybind>
+ <keybind key="W-P">
+ <action name="Execute" command="xfce4-display-settings --minimal" />
+ </keybind>
+ <keybind key="Print">
+ <action name="Execute" command="xfce4-screenshooter -f" />
+ </keybind>
+ <keybind key="XF86_PowerOff">
+ <action name="Execute" command="xfce4-session-logout" />
+ </keybind>
+ <keybind key="Super_L" onRelease="yes">
+ <action name="Execute" command="xfce4-popup-whiskermenu" />
+ </keybind>
</keyboard>
<snapping>