This commit is contained in:
0000OOOO0000 2022-06-11 00:35:58 +03:00 committed by GitHub
parent bf756ee06d
commit 459776f577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,14 +68,14 @@ keyconfig_data = \
}, },
), ),
("view3d.zoom", ("view3d.zoom",
{"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "repeat": True}, {"type": 'EQUAL', "value": 'PRESS', "repeat": True},
{"properties": {"properties":
[("delta", 1), [("delta", 1),
], ],
}, },
), ),
("view3d.zoom", ("view3d.zoom",
{"type": 'MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, {"type": 'MINUS', "value": 'PRESS', "repeat": True},
{"properties": {"properties":
[("delta", -1), [("delta", -1),
], ],