⠀
This commit is contained in:
parent
459776f577
commit
2056a5daad
@ -3,14 +3,7 @@ keyconfig_data = \
|
|||||||
[("3D View",
|
[("3D View",
|
||||||
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
||||||
{"items":
|
{"items":
|
||||||
[("wm.call_menu",
|
[("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None),
|
||||||
{"type": 'Q', "value": 'PRESS', "shift": True},
|
|
||||||
{"properties":
|
|
||||||
[("name", 'VIEW3D_MT_Coat_Dynamic_Menu'),
|
|
||||||
],
|
|
||||||
},
|
|
||||||
),
|
|
||||||
("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
||||||
("transform.translate",
|
("transform.translate",
|
||||||
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
||||||
{"properties":
|
{"properties":
|
||||||
@ -230,35 +223,28 @@ keyconfig_data = \
|
|||||||
("view3d.view_pan",
|
("view3d.view_pan",
|
||||||
{"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
|
{"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||||
{"properties":
|
{"properties":
|
||||||
[("type", 'PANDOWN'),
|
[("type", 'PANUP'),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
("view3d.view_pan",
|
("view3d.view_pan",
|
||||||
{"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
|
{"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||||
{"properties":
|
{"properties":
|
||||||
[("type", 'PANLEFT'),
|
[("type", 'PANRIGHT'),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
("view3d.view_pan",
|
("view3d.view_pan",
|
||||||
{"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
|
{"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||||
{"properties":
|
{"properties":
|
||||||
[("type", 'PANRIGHT'),
|
[("type", 'PANLEFT'),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
("view3d.view_pan",
|
("view3d.view_pan",
|
||||||
{"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
|
{"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||||
{"properties":
|
{"properties":
|
||||||
[("type", 'PANUP'),
|
[("type", 'PANDOWN'),
|
||||||
],
|
|
||||||
},
|
|
||||||
),
|
|
||||||
("view3d.view_roll",
|
|
||||||
{"type": 'NUMPAD_4', "value": 'PRESS', "shift": True, "repeat": True},
|
|
||||||
{"properties":
|
|
||||||
[("type", 'LEFT'),
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user