0000OOOO0000 3 years ago
parent
commit
e1597bf9ac
No account linked to committer's email

+ 54
- 46
◯ᗩIᗝI⚭◯⚪◯⚭IᗝIᗩ◯ⵙ◯ᗩIᗝI⚭◯⚪◯⚭IᗝIᗩ◯/◯✤ᴥᗩ◯ⵙ◯ᗩᴥ✤◯/◯ᗱᗴᴥᗩᗯ✤⏀Ⓞᔓᔕ◯ⵙ◯ᔓᔕⓄ⏀✤ᗯᗩᴥᗱᗴ◯/◯ᗝⵈ◯ⵙ◯ⵈᗝ◯/◯ᴥᗱᗴᗝИNᗱᗴᙁ⚭◯ⵙ◯⚭ᙁᗱᗴИNᗝᗱᗴᴥ◯/◯ИNⓄꖴ✤ᗩᴥᑎᕤᕦꖴ⏀ИNⓄᑐᑕ◯ⵙᑐᑕⓄИN⏀ꖴᕤᕦᑎᴥᗩ✤ꖴⓄИN◯/⠀⠀⠀⠀ⵙ⠀ߦ⠀ⵙ⠀ᗩ⠀ⵙ⠀ᙏ⠀ⵙ⠀人⠀ⵙ⠀ᗱᗴ⠀ⵙ⠀✻⠀ⵙ⠀⠀⠀⠀◯⠀⠀⠀⠀ⵙ⠀⠀⠀⠀◯⠀⠀⠀⠀ⵙ⠀✻⠀ⵙ⠀ᗱᗴ⠀ⵙ⠀人⠀ⵙ⠀ᙏ⠀ⵙ⠀ᗩ⠀ⵙ⠀ߦ⠀ⵙ⠀⠀⠀⠀/⠀.PY View File

@@ -24,13 +24,19 @@ keyconfig_data = \
24 24
     ("view3d.localview", {"type": 'MOUSESMARTZOOM', "value": 'ANY'}, None),
25 25
     ("view3d.localview_remove_from", {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True}, None),
26 26
     ("view3d.localview_remove_from", {"type": 'SLASH', "value": 'PRESS', "alt": True}, None),
27
-    ("view3d.rotate", {"type": 'MOUSEROTATE', "value": 'ANY'}, None),
28 27
     ("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
29
-    ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
30
-    ("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
31
-    ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'ANY', "ctrl": True}, None),
32
-    ("view3d.zoom", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
33
-    ("view3d.dolly", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
28
+    ("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
29
+    ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'ANY'}, None),
30
+    ("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY', "shift": True}, None),
31
+    ("view3d.move", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
32
+    ("view3d.zoom",
33
+     {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
34
+     {"properties":
35
+      [("use_cursor_init", True),
36
+       ],
37
+      },
38
+     ),
39
+    ("view3d.dolly", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
34 40
     ("view3d.view_selected",
35 41
      {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True},
36 42
      {"properties":
@@ -46,6 +52,8 @@ keyconfig_data = \
46 52
       },
47 53
      ),
48 54
     ("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
55
+    ("view3d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
56
+    ("view3d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
49 57
     ("view3d.zoom",
50 58
      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
51 59
      {"properties":
@@ -61,14 +69,14 @@ keyconfig_data = \
61 69
       },
62 70
      ),
63 71
     ("view3d.zoom",
64
-     {"type": 'EQUAL', "value": 'PRESS', "repeat": True},
72
+     {"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "repeat": True},
65 73
      {"properties":
66 74
       [("delta", 1),
67 75
        ],
68 76
       },
69 77
      ),
70 78
     ("view3d.zoom",
71
-     {"type": 'MINUS', "value": 'PRESS', "repeat": True},
79
+     {"type": 'MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
72 80
      {"properties":
73 81
       [("delta", -1),
74 82
        ],
@@ -159,7 +167,7 @@ keyconfig_data = \
159 167
     ("view3d.view_orbit",
160 168
      {"type": 'NUMPAD_2', "value": 'PRESS', "repeat": True},
161 169
      {"properties":
162
-      [("type", 'ORBITUP'),
170
+      [("type", 'ORBITDOWN'),
163 171
        ],
164 172
       },
165 173
      ),
@@ -173,11 +181,18 @@ keyconfig_data = \
173 181
     ("view3d.view_orbit",
174 182
      {"type": 'NUMPAD_4', "value": 'PRESS', "repeat": True},
175 183
      {"properties":
176
-      [("type", 'ORBITRIGHT'),
184
+      [("type", 'ORBITLEFT'),
177 185
        ],
178 186
       },
179 187
      ),
180 188
     ("view3d.view_persportho", {"type": 'NUMPAD_5', "value": 'PRESS'}, None),
189
+    ("view3d.view_orbit",
190
+     {"type": 'NUMPAD_6', "value": 'PRESS', "repeat": True},
191
+     {"properties":
192
+      [("type", 'ORBITRIGHT'),
193
+       ],
194
+      },
195
+     ),
181 196
     ("view3d.view_axis",
182 197
      {"type": 'NUMPAD_7', "value": 'PRESS'},
183 198
      {"properties":
@@ -188,7 +203,7 @@ keyconfig_data = \
188 203
     ("view3d.view_orbit",
189 204
      {"type": 'NUMPAD_8', "value": 'PRESS', "repeat": True},
190 205
      {"properties":
191
-      [("type", 'ORBITDOWN'),
206
+      [("type", 'ORBITUP'),
192 207
        ],
193 208
       },
194 209
      ),
@@ -213,6 +228,34 @@ keyconfig_data = \
213 228
        ],
214 229
       },
215 230
      ),
231
+    ("view3d.view_pan",
232
+     {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
233
+     {"properties":
234
+      [("type", 'PANDOWN'),
235
+       ],
236
+      },
237
+     ),
238
+    ("view3d.view_pan",
239
+     {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
240
+     {"properties":
241
+      [("type", 'PANLEFT'),
242
+       ],
243
+      },
244
+     ),
245
+    ("view3d.view_pan",
246
+     {"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
247
+     {"properties":
248
+      [("type", 'PANRIGHT'),
249
+       ],
250
+      },
251
+     ),
252
+    ("view3d.view_pan",
253
+     {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
254
+     {"properties":
255
+      [("type", 'PANUP'),
256
+       ],
257
+      },
258
+     ),
216 259
     ("view3d.view_roll",
217 260
      {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True, "repeat": True},
218 261
      {"properties":
@@ -576,41 +619,6 @@ keyconfig_data = \
576 619
        ],
577 620
       },
578 621
      ),
579
-    ("view3d.view_pan",
580
-     {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
581
-     {"properties":
582
-      [("type", 'PANLEFT'),
583
-       ],
584
-      },
585
-     ),
586
-    ("view3d.view_pan",
587
-     {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
588
-     {"properties":
589
-      [("type", 'PANDOWN'),
590
-       ],
591
-      },
592
-     ),
593
-    ("view3d.view_pan",
594
-     {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
595
-     {"properties":
596
-      [("type", 'PANUP'),
597
-       ],
598
-      },
599
-     ),
600
-    ("view3d.view_pan",
601
-     {"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
602
-     {"properties":
603
-      [("type", 'PANRIGHT'),
604
-       ],
605
-      },
606
-     ),
607
-    ("view3d.view_orbit",
608
-     {"type": 'NUMPAD_6', "value": 'PRESS', "repeat": True},
609
-     {"properties":
610
-      [("type", 'ORBITLEFT'),
611
-       ],
612
-      },
613
-     ),
614 622
     ],
615 623
    },
616 624
   ),