mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
config: remove the underline from the XF86 keys
...to match the actual key names in 48500df716/include/xkbcommon/xkbcommon-keysyms.h (L2583)
This commit is contained in:
parent
e45548077e
commit
b0d4575534
3 changed files with 6 additions and 6 deletions
|
|
@ -300,10 +300,10 @@
|
|||
<keybind key="XF86_AudioMute">
|
||||
<action name="Execute" command="amixer sset Master toggle" />
|
||||
</keybind>
|
||||
<keybind key="XF86_MonBrightnessUp">
|
||||
<keybind key="XF86MonBrightnessUp">
|
||||
<action name="Execute" command="brightnessctl set +10%" />
|
||||
</keybind>
|
||||
<keybind key="XF86_MonBrightnessDown">
|
||||
<keybind key="XF86MonBrightnessDown">
|
||||
<action name="Execute" command="brightnessctl set 10%-" />
|
||||
</keybind>
|
||||
<!-- SnapToRegion via W-Numpad -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue