mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Remove default magnifier bindings
This commit is contained in:
parent
479df784ea
commit
a552cd1ba5
1 changed files with 0 additions and 21 deletions
|
|
@ -134,9 +134,6 @@ static struct key_combos {
|
|||
.name = "command",
|
||||
.value = "brightnessctl set 10%-",
|
||||
},
|
||||
}, {
|
||||
.binding = "C-A-m",
|
||||
.action = "ToggleMagnify",
|
||||
}, {
|
||||
.binding = NULL,
|
||||
},
|
||||
|
|
@ -444,24 +441,6 @@ static struct mouse_combos {
|
|||
.button = "Middle",
|
||||
.event = "Press",
|
||||
.action = "Raise",
|
||||
}, {
|
||||
.context = "All",
|
||||
.button = "W-Up",
|
||||
.event = "Scroll",
|
||||
.action = "SetMagnification",
|
||||
.attributes[0] = {
|
||||
.name = "scale",
|
||||
.value = "up",
|
||||
},
|
||||
}, {
|
||||
.context = "All",
|
||||
.button = "W-Down",
|
||||
.event = "Scroll",
|
||||
.action = "SetMagnification",
|
||||
.attributes[0] = {
|
||||
.name = "scale",
|
||||
.value = "down",
|
||||
},
|
||||
}, {
|
||||
.context = NULL,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue