Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
19b43d8014 | ||
|
|
193ad3bce5 | ||
|
|
1aa3d4b377 |
@@ -1,27 +1,15 @@
|
||||
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(+)
|
||||
labwc/labwc-rc.xml | 12 ++++++++++++
|
||||
1 file changed, 12 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 @@
|
||||
@@ -66,6 +66,18 @@
|
||||
<keybind key="W-4">
|
||||
<action name="GoToDesktop" to="4" />
|
||||
</keybind>
|
||||
@@ -36,9 +24,6 @@ Add more default key bindings for labwc
|
||||
+ </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>
|
||||
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 12:21:03 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Add mic-mute and Windows-key handling for Wayland labwc (bsc#1248802)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 08:15:22 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user