mirror of
http://CODE.RHODECODE.COM/u/O/O/O
synced 2024-11-26 20:28:40 -05:00
⠀
This commit is contained in:
parent
bf756ee06d
commit
459776f577
@ -68,14 +68,14 @@ keyconfig_data = \
|
||||
},
|
||||
),
|
||||
("view3d.zoom",
|
||||
{"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"type": 'EQUAL', "value": 'PRESS', "repeat": True},
|
||||
{"properties":
|
||||
[("delta", 1),
|
||||
],
|
||||
},
|
||||
),
|
||||
("view3d.zoom",
|
||||
{"type": 'MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"type": 'MINUS', "value": 'PRESS', "repeat": True},
|
||||
{"properties":
|
||||
[("delta", -1),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user