mirror of
https://git.agentum.beget.tech/O/O.git
synced 2025-08-12 20:35:50 +02: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
Reference in a new issue