mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
config: remove the underline from the XF86 keys
...to match the actual key names in 48500df716/include/xkbcommon/xkbcommon-keysyms.h (L2583-L2606)
This commit is contained in:
parent
e45548077e
commit
5164413ff9
3 changed files with 15 additions and 15 deletions
|
|
@ -84,35 +84,35 @@ static struct key_combos {
|
|||
.value = "no",
|
||||
},
|
||||
}, {
|
||||
.binding = "XF86_AudioLowerVolume",
|
||||
.binding = "XF86AudioLowerVolume",
|
||||
.action = "Execute",
|
||||
.attributes[0] = {
|
||||
.name = "command",
|
||||
.value = "amixer sset Master 5%-",
|
||||
},
|
||||
}, {
|
||||
.binding = "XF86_AudioRaiseVolume",
|
||||
.binding = "XF86AudioRaiseVolume",
|
||||
.action = "Execute",
|
||||
.attributes[0] = {
|
||||
.name = "command",
|
||||
.value = "amixer sset Master 5%+",
|
||||
},
|
||||
}, {
|
||||
.binding = "XF86_AudioMute",
|
||||
.binding = "XF86AudioMute",
|
||||
.action = "Execute",
|
||||
.attributes[0] = {
|
||||
.name = "command",
|
||||
.value = "amixer sset Master toggle",
|
||||
},
|
||||
}, {
|
||||
.binding = "XF86_MonBrightnessUp",
|
||||
.binding = "XF86MonBrightnessUp",
|
||||
.action = "Execute",
|
||||
.attributes[0] = {
|
||||
.name = "command",
|
||||
.value = "brightnessctl set +10%",
|
||||
},
|
||||
}, {
|
||||
.binding = "XF86_MonBrightnessDown",
|
||||
.binding = "XF86MonBrightnessDown",
|
||||
.action = "Execute",
|
||||
.attributes[0] = {
|
||||
.name = "command",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue