0
0
mirror of http://CODE.RHODECODE.COM/u/O/O/O synced 2024-09-20 13:16:42 -04:00
This commit is contained in:
0000OOOO0000 2022-06-10 22:24:04 +03:00 committed by GitHub
parent e1597bf9ac
commit bf756ee06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,9 @@ keyconfig_data = \
("view3d.localview_remove_from", {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True}, None),
("view3d.localview_remove_from", {"type": 'SLASH', "value": 'PRESS', "alt": True}, None),
("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'ANY'}, None),
("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY', "shift": True}, None),
("view3d.move", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'ANY', "ctrl": True}, None),
("view3d.zoom",
{"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
{"properties":
@ -53,7 +52,7 @@ keyconfig_data = \
),
("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
("view3d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
("view3d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
("view3d.zoom", {"type": 'MIDDLEMOUSE', "value": 'ANY', "shift": True}, None),
("view3d.zoom",
{"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
{"properties":