Remove default magnifier bindings

This commit is contained in:
Simon Long 2024-05-03 12:59:04 +01:00
parent 479df784ea
commit a552cd1ba5

View file

@ -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,
},