mirror of
http://DEV.AZURE.COM/OOOOO0OOOOO/O/_GIT/000000000-00000000000000000000000000-000000000
synced 2025-10-12 22:56:19 +10:00
⠀
This commit is contained in:
parent
e1597bf9ac
commit
bf756ee06d
1 changed files with 2 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue