OOOO 2 年前
父节点
当前提交
a073cdc3ac

+ 749
- 0
◯ᗩIᗝI⚭◯⚪◯⚭IᗝIᗩ◯ⵙ◯ᗩIᗝI⚭◯⚪◯⚭IᗝIᗩ◯/◯✤ᴥᗩ◯ⵙ◯ᗩᴥ✤◯/◯ᗱᗴᴥᗩᗯ✤⏀Ⓞᔓᔕ◯ⵙ◯ᔓᔕⓄ⏀✤ᗯᗩᴥᗱᗴ◯/◯ᗝⵈ◯ⵙ◯ⵈᗝ◯/◯ᴥᗱᗴᗝИNᗱᗴᙁ⚭◯ⵙ◯⚭ᙁᗱᗴИNᗝᗱᗴᴥ◯/◯ИNⓄꖴ✤ᗩᴥᑎᕤᕦꖴ⏀ИNⓄᑐᑕ◯ⵙᑐᑕⓄИN⏀ꖴᕤᕦᑎᴥᗩ✤ꖴⓄИN◯/3.4/SCRIPTS/PRESETS/KEYCONFIG/⠀.py 查看文件

@@ -7227,6 +7227,748 @@ keyconfig_data = \
7227 7227
     ("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None),
7228 7228
     ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None),
7229 7229
     ("node.sv_node_connector", {"type": 'V', "value": 'PRESS'}, None),
7230
+    ("node.sv_temporal_viewer",
7231
+     {"type": 'RIGHTMOUSE', "value": 'RELEASE', "ctrl": True},
7232
+     {"properties":
7233
+      [("cut_links", False),
7234
+       ("force_stethoscope", True),
7235
+       ],
7236
+      },
7237
+     ),
7238
+    ("node.sv_temporal_viewer",
7239
+     {"type": 'LEFTMOUSE', "value": 'RELEASE', "shift": True, "ctrl": True},
7240
+     {"properties":
7241
+      [("cut_links", True),
7242
+       ("force_stethoscope", False),
7243
+       ],
7244
+      },
7245
+     ),
7246
+    ("node.sv_temporal_viewer",
7247
+     {"type": 'LEFTMOUSE', "value": 'RELEASE', "ctrl": True},
7248
+     {"properties":
7249
+      [("cut_links", False),
7250
+       ("force_stethoscope", False),
7251
+       ],
7252
+      },
7253
+     ),
7254
+    ("wm.call_menu",
7255
+     {"type": 'P', "value": 'PRESS', "shift": True},
7256
+     {"properties":
7257
+      [("name", 'SV_MT_LoadPresetMenu'),
7258
+       ],
7259
+      },
7260
+     ),
7261
+    ("wm.call_menu",
7262
+     {"type": 'RIGHTMOUSE', "value": 'RELEASE'},
7263
+     {"properties":
7264
+      [("name", 'NODEVIEW_MT_sv_rclick_menu'),
7265
+       ],
7266
+      },
7267
+     ),
7268
+    ("node.sv_abort_nodes_updating", {"type": 'ESC', "value": 'PRESS'}, None),
7269
+    ("node.sv_toggle_draft", {"type": 'F7', "value": 'PRESS'}, None),
7270
+    ("node.sv_toggle_process", {"type": 'F6', "value": 'PRESS'}, None),
7271
+    ("node.sverchok_update_context",
7272
+     {"type": 'F5', "value": 'PRESS', "ctrl": True},
7273
+     {"properties":
7274
+      [("force_mode", True),
7275
+       ],
7276
+      },
7277
+     ),
7278
+    ("node.sverchok_update_context",
7279
+     {"type": 'F5', "value": 'PRESS'},
7280
+     {"properties":
7281
+      [("force_mode", False),
7282
+       ],
7283
+      },
7284
+     ),
7285
+    ("node.sv_extra_search", {"type": 'SPACE', "value": 'PRESS', "alt": True}, None),
7286
+    ("wm.call_menu",
7287
+     {"type": 'S', "value": 'PRESS', "shift": True},
7288
+     {"properties":
7289
+      [("name", 'NODEVIEW_MT_node_category_menu'),
7290
+       ],
7291
+      },
7292
+     ),
7293
+    ("node.call_partial_menu",
7294
+     {"type": 'FIVE', "value": 'PRESS'},
7295
+     {"properties":
7296
+      [("menu_name", 'UiToolsPartialMenu'),
7297
+       ],
7298
+      },
7299
+     ),
7300
+    ("node.call_partial_menu",
7301
+     {"type": 'FOUR', "value": 'PRESS'},
7302
+     {"properties":
7303
+      [("menu_name", 'ConnectionPartialMenu'),
7304
+       ],
7305
+      },
7306
+     ),
7307
+    ("node.call_partial_menu",
7308
+     {"type": 'THREE', "value": 'PRESS'},
7309
+     {"properties":
7310
+      [("menu_name", 'AdvancedObjectsPartialMenu'),
7311
+       ],
7312
+      },
7313
+     ),
7314
+    ("node.call_partial_menu",
7315
+     {"type": 'TWO', "value": 'PRESS'},
7316
+     {"properties":
7317
+      [("menu_name", 'MeshPartialMenu'),
7318
+       ],
7319
+      },
7320
+     ),
7321
+    ("node.call_partial_menu",
7322
+     {"type": 'ONE', "value": 'PRESS'},
7323
+     {"properties":
7324
+      [("menu_name", 'BasicDataPartialMenu'),
7325
+       ],
7326
+      },
7327
+     ),
7328
+    ("wm.call_menu",
7329
+     {"type": 'A', "value": 'PRESS', "shift": True},
7330
+     {"properties":
7331
+      [("name", 'NODEVIEW_MT_SvCategoryAllCategories'),
7332
+       ],
7333
+      },
7334
+     ),
7335
+    ("node.enter_exit_group_nodes", {"type": 'TAB', "value": 'PRESS'}, None),
7336
+    ("node.add_group_tree_from_selected", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
7337
+    ("an.deactivate_auto_execution", {"type": 'Q', "value": 'PRESS', "shift": True, "ctrl": True}, None),
7338
+    ("an.floating_node_settings_panel", {"type": 'U', "value": 'PRESS'}, None),
7339
+    ("wm.call_menu_pie",
7340
+     {"type": 'E', "value": 'PRESS'},
7341
+     {"properties":
7342
+      [("name", 'AN_MT_selection_pie'),
7343
+       ],
7344
+      },
7345
+     ),
7346
+    ("an.network_navigation", {"type": 'TAB', "value": 'PRESS'}, None),
7347
+    ("wm.call_menu_pie",
7348
+     {"type": 'W', "value": 'PRESS'},
7349
+     {"properties":
7350
+      [("name", 'AN_MT_context_pie'),
7351
+       ],
7352
+      },
7353
+     ),
7354
+    ("an.node_search", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
7355
+    ("wm.call_menu",
7356
+     {"type": 'S', "value": 'PRESS', "shift": True},
7357
+     {"properties":
7358
+      [("name", 'NODE_MT_nw_switch_node_type_menu'),
7359
+       ],
7360
+      },
7361
+     ),
7362
+    ("wm.call_menu",
7363
+     {"type": 'C', "value": 'PRESS', "shift": True},
7364
+     {"properties":
7365
+      [("name", 'NODE_MT_nw_copy_node_properties_menu'),
7366
+       ],
7367
+      },
7368
+     ),
7369
+    ("wm.call_menu",
7370
+     {"type": 'BACK_SLASH', "value": 'PRESS'},
7371
+     {"properties":
7372
+      [("name", 'NODE_MT_nw_link_active_to_selected_menu'),
7373
+       ],
7374
+      },
7375
+     ),
7376
+    ("wm.call_menu",
7377
+     {"type": 'NUMPAD_SLASH', "value": 'PRESS'},
7378
+     {"properties":
7379
+      [("name", 'NODE_MT_nw_add_reroutes_menu'),
7380
+       ],
7381
+      },
7382
+     ),
7383
+    ("wm.call_menu",
7384
+     {"type": 'SLASH', "value": 'PRESS'},
7385
+     {"properties":
7386
+      [("name", 'NODE_MT_nw_add_reroutes_menu'),
7387
+       ],
7388
+      },
7389
+     ),
7390
+    ("wm.call_menu",
7391
+     {"type": 'W', "value": 'PRESS', "shift": True},
7392
+     {"properties":
7393
+      [("name", 'NODE_MT_nw_node_wrangler_menu'),
7394
+       ],
7395
+      },
7396
+     ),
7397
+    ("node.nw_reset_nodes", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
7398
+    ("node.nw_align_nodes", {"type": 'EQUAL', "value": 'PRESS', "shift": True}, None),
7399
+    ("node.nw_viewer_focus", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
7400
+    ("node.nw_lazy_connect",
7401
+     {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
7402
+     {"properties":
7403
+      [("with_menu", True),
7404
+       ],
7405
+      },
7406
+     ),
7407
+    ("node.nw_lazy_connect",
7408
+     {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True},
7409
+     {"properties":
7410
+      [("with_menu", False),
7411
+       ],
7412
+      },
7413
+     ),
7414
+    ("node.nw_lazy_mix", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
7415
+    ("node.nw_reload_images", {"type": 'R', "value": 'PRESS', "alt": True}, None),
7416
+    ("node.nw_preview_node",
7417
+     {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
7418
+     {"properties":
7419
+      [("run_in_geometry_nodes", True),
7420
+       ],
7421
+      },
7422
+     ),
7423
+    ("node.nw_preview_node",
7424
+     {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
7425
+     {"properties":
7426
+      [("run_in_geometry_nodes", False),
7427
+       ],
7428
+      },
7429
+     ),
7430
+    ("node.nw_swap_links", {"type": 'S', "value": 'PRESS', "alt": True}, None),
7431
+    ("node.nw_frame_selected", {"type": 'P', "value": 'PRESS', "shift": True}, None),
7432
+    ("node.nw_del_unused", {"type": 'X', "value": 'PRESS', "alt": True}, None),
7433
+    ("node.nw_bg_reset", {"type": 'Z', "value": 'PRESS'}, None),
7434
+    ("node.nw_add_textures_for_principled", {"type": 'T', "value": 'PRESS', "shift": True, "ctrl": True}, None),
7435
+    ("node.nw_add_texture", {"type": 'T', "value": 'PRESS', "ctrl": True}, None),
7436
+    ("node.nw_select_parent_child",
7437
+     {"type": 'LEFT_BRACKET', "value": 'PRESS'},
7438
+     {"properties":
7439
+      [("option", 'PARENT'),
7440
+       ],
7441
+      },
7442
+     ),
7443
+    ("node.nw_select_parent_child",
7444
+     {"type": 'RIGHT_BRACKET', "value": 'PRESS'},
7445
+     {"properties":
7446
+      [("option", 'CHILD'),
7447
+       ],
7448
+      },
7449
+     ),
7450
+    ("node.nw_link_out", {"type": 'O', "value": 'PRESS'}, None),
7451
+    ("node.nw_detach_outputs", {"type": 'D', "value": 'PRESS', "shift": True, "alt": True}, None),
7452
+    ("node.nw_copy_label",
7453
+     {"type": 'V', "value": 'PRESS', "shift": True},
7454
+     {"properties":
7455
+      [("option", 'FROM_ACTIVE'),
7456
+       ],
7457
+      },
7458
+     ),
7459
+    ("node.nw_modify_labels", {"type": 'L', "value": 'PRESS', "shift": True, "alt": True}, None),
7460
+    ("node.nw_clear_label",
7461
+     {"type": 'L', "value": 'PRESS', "alt": True},
7462
+     {"properties":
7463
+      [("option", False),
7464
+       ],
7465
+      },
7466
+     ),
7467
+    ("node.nw_factor",
7468
+     {"type": 'ONE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
7469
+     {"properties":
7470
+      [("option", 1.0),
7471
+       ],
7472
+      },
7473
+     ),
7474
+    ("node.nw_factor",
7475
+     {"type": 'NUMPAD_1', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
7476
+     {"properties":
7477
+      [("option", 1.0),
7478
+       ],
7479
+      },
7480
+     ),
7481
+    ("node.nw_factor",
7482
+     {"type": 'ZERO', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
7483
+     {"properties":
7484
+      [("option", 0.0),
7485
+       ],
7486
+      },
7487
+     ),
7488
+    ("node.nw_factor",
7489
+     {"type": 'NUMPAD_0', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
7490
+     {"properties":
7491
+      [("option", 0.0),
7492
+       ],
7493
+      },
7494
+     ),
7495
+    ("node.nw_factor",
7496
+     {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
7497
+     {"properties":
7498
+      [("option", 1.0),
7499
+       ],
7500
+      },
7501
+     ),
7502
+    ("node.nw_factor",
7503
+     {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
7504
+     {"properties":
7505
+      [("option", 0.0),
7506
+       ],
7507
+      },
7508
+     ),
7509
+    ("node.nw_factor",
7510
+     {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "alt": True},
7511
+     {"properties":
7512
+      [("option", 0.01),
7513
+       ],
7514
+      },
7515
+     ),
7516
+    ("node.nw_factor",
7517
+     {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "alt": True},
7518
+     {"properties":
7519
+      [("option", -0.01),
7520
+       ],
7521
+      },
7522
+     ),
7523
+    ("node.nw_factor",
7524
+     {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True},
7525
+     {"properties":
7526
+      [("option", 0.1),
7527
+       ],
7528
+      },
7529
+     ),
7530
+    ("node.nw_factor",
7531
+     {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True},
7532
+     {"properties":
7533
+      [("option", -0.1),
7534
+       ],
7535
+      },
7536
+     ),
7537
+    ("node.nw_link_active_to_selected",
7538
+     {"type": 'SEMI_COLON', "value": 'PRESS', "shift": True},
7539
+     {"properties":
7540
+      [("replace", True),
7541
+       ("use_node_name", False),
7542
+       ("use_outputs_names", True),
7543
+       ],
7544
+      },
7545
+     ),
7546
+    ("node.nw_link_active_to_selected",
7547
+     {"type": 'SEMI_COLON', "value": 'PRESS'},
7548
+     {"properties":
7549
+      [("replace", False),
7550
+       ("use_node_name", False),
7551
+       ("use_outputs_names", True),
7552
+       ],
7553
+      },
7554
+     ),
7555
+    ("node.nw_link_active_to_selected",
7556
+     {"type": 'QUOTE', "value": 'PRESS', "shift": True},
7557
+     {"properties":
7558
+      [("replace", True),
7559
+       ("use_node_name", True),
7560
+       ("use_outputs_names", False),
7561
+       ],
7562
+      },
7563
+     ),
7564
+    ("node.nw_link_active_to_selected",
7565
+     {"type": 'QUOTE', "value": 'PRESS'},
7566
+     {"properties":
7567
+      [("replace", False),
7568
+       ("use_node_name", True),
7569
+       ("use_outputs_names", False),
7570
+       ],
7571
+      },
7572
+     ),
7573
+    ("node.nw_link_active_to_selected",
7574
+     {"type": 'K', "value": 'PRESS', "shift": True},
7575
+     {"properties":
7576
+      [("replace", True),
7577
+       ("use_node_name", False),
7578
+       ("use_outputs_names", False),
7579
+       ],
7580
+      },
7581
+     ),
7582
+    ("node.nw_link_active_to_selected",
7583
+     {"type": 'K', "value": 'PRESS'},
7584
+     {"properties":
7585
+      [("replace", False),
7586
+       ("use_node_name", False),
7587
+       ("use_outputs_names", False),
7588
+       ],
7589
+      },
7590
+     ),
7591
+    ("node.nw_batch_change",
7592
+     {"type": 'UP_ARROW', "value": 'PRESS', "alt": True},
7593
+     {"properties":
7594
+      [("blend_type", 'PREV'),
7595
+       ("operation", 'PREV'),
7596
+       ],
7597
+      },
7598
+     ),
7599
+    ("node.nw_batch_change",
7600
+     {"type": 'DOWN_ARROW', "value": 'PRESS', "alt": True},
7601
+     {"properties":
7602
+      [("blend_type", 'NEXT'),
7603
+       ("operation", 'NEXT'),
7604
+       ],
7605
+      },
7606
+     ),
7607
+    ("node.nw_batch_change",
7608
+     {"type": 'PERIOD', "value": 'PRESS', "alt": True},
7609
+     {"properties":
7610
+      [("blend_type", 'CURRENT'),
7611
+       ("operation", 'GREATER_THAN'),
7612
+       ],
7613
+      },
7614
+     ),
7615
+    ("node.nw_batch_change",
7616
+     {"type": 'COMMA', "value": 'PRESS', "alt": True},
7617
+     {"properties":
7618
+      [("blend_type", 'CURRENT'),
7619
+       ("operation", 'LESS_THAN'),
7620
+       ],
7621
+      },
7622
+     ),
7623
+    ("node.nw_batch_change",
7624
+     {"type": 'SLASH', "value": 'PRESS', "alt": True},
7625
+     {"properties":
7626
+      [("blend_type", 'DIVIDE'),
7627
+       ("operation", 'DIVIDE'),
7628
+       ],
7629
+      },
7630
+     ),
7631
+    ("node.nw_batch_change",
7632
+     {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True},
7633
+     {"properties":
7634
+      [("blend_type", 'DIVIDE'),
7635
+       ("operation", 'DIVIDE'),
7636
+       ],
7637
+      },
7638
+     ),
7639
+    ("node.nw_batch_change",
7640
+     {"type": 'MINUS', "value": 'PRESS', "alt": True},
7641
+     {"properties":
7642
+      [("blend_type", 'SUBTRACT'),
7643
+       ("operation", 'SUBTRACT'),
7644
+       ],
7645
+      },
7646
+     ),
7647
+    ("node.nw_batch_change",
7648
+     {"type": 'NUMPAD_MINUS', "value": 'PRESS', "alt": True},
7649
+     {"properties":
7650
+      [("blend_type", 'SUBTRACT'),
7651
+       ("operation", 'SUBTRACT'),
7652
+       ],
7653
+      },
7654
+     ),
7655
+    ("node.nw_batch_change",
7656
+     {"type": 'EIGHT', "value": 'PRESS', "alt": True},
7657
+     {"properties":
7658
+      [("blend_type", 'MULTIPLY'),
7659
+       ("operation", 'MULTIPLY'),
7660
+       ],
7661
+      },
7662
+     ),
7663
+    ("node.nw_batch_change",
7664
+     {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "alt": True},
7665
+     {"properties":
7666
+      [("blend_type", 'MULTIPLY'),
7667
+       ("operation", 'MULTIPLY'),
7668
+       ],
7669
+      },
7670
+     ),
7671
+    ("node.nw_batch_change",
7672
+     {"type": 'EQUAL', "value": 'PRESS', "alt": True},
7673
+     {"properties":
7674
+      [("blend_type", 'ADD'),
7675
+       ("operation", 'ADD'),
7676
+       ],
7677
+      },
7678
+     ),
7679
+    ("node.nw_batch_change",
7680
+     {"type": 'NUMPAD_PLUS', "value": 'PRESS', "alt": True},
7681
+     {"properties":
7682
+      [("blend_type", 'ADD'),
7683
+       ("operation", 'ADD'),
7684
+       ],
7685
+      },
7686
+     ),
7687
+    ("node.nw_batch_change",
7688
+     {"type": 'ZERO', "value": 'PRESS', "alt": True},
7689
+     {"properties":
7690
+      [("blend_type", 'MIX'),
7691
+       ("operation", 'CURRENT'),
7692
+       ],
7693
+      },
7694
+     ),
7695
+    ("node.nw_batch_change",
7696
+     {"type": 'NUMPAD_0', "value": 'PRESS', "alt": True},
7697
+     {"properties":
7698
+      [("blend_type", 'MIX'),
7699
+       ("operation", 'CURRENT'),
7700
+       ],
7701
+      },
7702
+     ),
7703
+    ("node.nw_merge_nodes",
7704
+     {"type": 'PERIOD', "value": 'PRESS', "shift": True, "ctrl": True},
7705
+     {"properties":
7706
+      [("mode", 'GREATER_THAN'),
7707
+       ("merge_type", 'MATH'),
7708
+       ],
7709
+      },
7710
+     ),
7711
+    ("node.nw_merge_nodes",
7712
+     {"type": 'COMMA', "value": 'PRESS', "shift": True, "ctrl": True},
7713
+     {"properties":
7714
+      [("mode", 'LESS_THAN'),
7715
+       ("merge_type", 'MATH'),
7716
+       ],
7717
+      },
7718
+     ),
7719
+    ("node.nw_merge_nodes",
7720
+     {"type": 'SLASH', "value": 'PRESS', "shift": True, "ctrl": True},
7721
+     {"properties":
7722
+      [("mode", 'DIVIDE'),
7723
+       ("merge_type", 'MATH'),
7724
+       ],
7725
+      },
7726
+     ),
7727
+    ("node.nw_merge_nodes",
7728
+     {"type": 'NUMPAD_SLASH', "value": 'PRESS', "shift": True, "ctrl": True},
7729
+     {"properties":
7730
+      [("mode", 'DIVIDE'),
7731
+       ("merge_type", 'MATH'),
7732
+       ],
7733
+      },
7734
+     ),
7735
+    ("node.nw_merge_nodes",
7736
+     {"type": 'MINUS', "value": 'PRESS', "shift": True, "ctrl": True},
7737
+     {"properties":
7738
+      [("mode", 'SUBTRACT'),
7739
+       ("merge_type", 'MATH'),
7740
+       ],
7741
+      },
7742
+     ),
7743
+    ("node.nw_merge_nodes",
7744
+     {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "ctrl": True},
7745
+     {"properties":
7746
+      [("mode", 'SUBTRACT'),
7747
+       ("merge_type", 'MATH'),
7748
+       ],
7749
+      },
7750
+     ),
7751
+    ("node.nw_merge_nodes",
7752
+     {"type": 'EIGHT', "value": 'PRESS', "shift": True, "ctrl": True},
7753
+     {"properties":
7754
+      [("mode", 'MULTIPLY'),
7755
+       ("merge_type", 'MATH'),
7756
+       ],
7757
+      },
7758
+     ),
7759
+    ("node.nw_merge_nodes",
7760
+     {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "shift": True, "ctrl": True},
7761
+     {"properties":
7762
+      [("mode", 'MULTIPLY'),
7763
+       ("merge_type", 'MATH'),
7764
+       ],
7765
+      },
7766
+     ),
7767
+    ("node.nw_merge_nodes",
7768
+     {"type": 'EQUAL', "value": 'PRESS', "shift": True, "ctrl": True},
7769
+     {"properties":
7770
+      [("mode", 'ADD'),
7771
+       ("merge_type", 'MATH'),
7772
+       ],
7773
+      },
7774
+     ),
7775
+    ("node.nw_merge_nodes",
7776
+     {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "ctrl": True},
7777
+     {"properties":
7778
+      [("mode", 'ADD'),
7779
+       ("merge_type", 'MATH'),
7780
+       ],
7781
+      },
7782
+     ),
7783
+    ("node.nw_merge_nodes",
7784
+     {"type": 'SLASH', "value": 'PRESS', "ctrl": True, "alt": True},
7785
+     {"properties":
7786
+      [("mode", 'DIVIDE'),
7787
+       ("merge_type", 'MIX'),
7788
+       ],
7789
+      },
7790
+     ),
7791
+    ("node.nw_merge_nodes",
7792
+     {"type": 'NUMPAD_SLASH', "value": 'PRESS', "ctrl": True, "alt": True},
7793
+     {"properties":
7794
+      [("mode", 'DIVIDE'),
7795
+       ("merge_type", 'MIX'),
7796
+       ],
7797
+      },
7798
+     ),
7799
+    ("node.nw_merge_nodes",
7800
+     {"type": 'MINUS', "value": 'PRESS', "ctrl": True, "alt": True},
7801
+     {"properties":
7802
+      [("mode", 'SUBTRACT'),
7803
+       ("merge_type", 'MIX'),
7804
+       ],
7805
+      },
7806
+     ),
7807
+    ("node.nw_merge_nodes",
7808
+     {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "alt": True},
7809
+     {"properties":
7810
+      [("mode", 'SUBTRACT'),
7811
+       ("merge_type", 'MIX'),
7812
+       ],
7813
+      },
7814
+     ),
7815
+    ("node.nw_merge_nodes",
7816
+     {"type": 'EIGHT', "value": 'PRESS', "ctrl": True, "alt": True},
7817
+     {"properties":
7818
+      [("mode", 'MULTIPLY'),
7819
+       ("merge_type", 'MIX'),
7820
+       ],
7821
+      },
7822
+     ),
7823
+    ("node.nw_merge_nodes",
7824
+     {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "ctrl": True, "alt": True},
7825
+     {"properties":
7826
+      [("mode", 'MULTIPLY'),
7827
+       ("merge_type", 'MIX'),
7828
+       ],
7829
+      },
7830
+     ),
7831
+    ("node.nw_merge_nodes",
7832
+     {"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "alt": True},
7833
+     {"properties":
7834
+      [("mode", 'ADD'),
7835
+       ("merge_type", 'MIX'),
7836
+       ],
7837
+      },
7838
+     ),
7839
+    ("node.nw_merge_nodes",
7840
+     {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "alt": True},
7841
+     {"properties":
7842
+      [("mode", 'ADD'),
7843
+       ("merge_type", 'MIX'),
7844
+       ],
7845
+      },
7846
+     ),
7847
+    ("node.nw_merge_nodes",
7848
+     {"type": 'ZERO', "value": 'PRESS', "ctrl": True, "alt": True},
7849
+     {"properties":
7850
+      [("mode", 'MIX'),
7851
+       ("merge_type", 'ALPHAOVER'),
7852
+       ],
7853
+      },
7854
+     ),
7855
+    ("node.nw_merge_nodes",
7856
+     {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True, "alt": True},
7857
+     {"properties":
7858
+      [("mode", 'MIX'),
7859
+       ("merge_type", 'ALPHAOVER'),
7860
+       ],
7861
+      },
7862
+     ),
7863
+    ("node.nw_merge_nodes",
7864
+     {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True},
7865
+     {"properties":
7866
+      [("mode", 'MIX'),
7867
+       ("merge_type", 'ZCOMBINE'),
7868
+       ],
7869
+      },
7870
+     ),
7871
+    ("node.nw_merge_nodes",
7872
+     {"type": 'PERIOD', "value": 'PRESS', "ctrl": True},
7873
+     {"properties":
7874
+      [("mode", 'GREATER_THAN'),
7875
+       ("merge_type", 'MATH'),
7876
+       ],
7877
+      },
7878
+     ),
7879
+    ("node.nw_merge_nodes",
7880
+     {"type": 'COMMA', "value": 'PRESS', "ctrl": True},
7881
+     {"properties":
7882
+      [("mode", 'LESS_THAN'),
7883
+       ("merge_type", 'MATH'),
7884
+       ],
7885
+      },
7886
+     ),
7887
+    ("node.nw_merge_nodes",
7888
+     {"type": 'SLASH', "value": 'PRESS', "ctrl": True},
7889
+     {"properties":
7890
+      [("mode", 'DIVIDE'),
7891
+       ("merge_type", 'AUTO'),
7892
+       ],
7893
+      },
7894
+     ),
7895
+    ("node.nw_merge_nodes",
7896
+     {"type": 'NUMPAD_SLASH', "value": 'PRESS', "ctrl": True},
7897
+     {"properties":
7898
+      [("mode", 'DIVIDE'),
7899
+       ("merge_type", 'AUTO'),
7900
+       ],
7901
+      },
7902
+     ),
7903
+    ("node.nw_merge_nodes",
7904
+     {"type": 'MINUS', "value": 'PRESS', "ctrl": True},
7905
+     {"properties":
7906
+      [("mode", 'SUBTRACT'),
7907
+       ("merge_type", 'AUTO'),
7908
+       ],
7909
+      },
7910
+     ),
7911
+    ("node.nw_merge_nodes",
7912
+     {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True},
7913
+     {"properties":
7914
+      [("mode", 'SUBTRACT'),
7915
+       ("merge_type", 'AUTO'),
7916
+       ],
7917
+      },
7918
+     ),
7919
+    ("node.nw_merge_nodes",
7920
+     {"type": 'EIGHT', "value": 'PRESS', "ctrl": True},
7921
+     {"properties":
7922
+      [("mode", 'MULTIPLY'),
7923
+       ("merge_type", 'AUTO'),
7924
+       ],
7925
+      },
7926
+     ),
7927
+    ("node.nw_merge_nodes",
7928
+     {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "ctrl": True},
7929
+     {"properties":
7930
+      [("mode", 'MULTIPLY'),
7931
+       ("merge_type", 'AUTO'),
7932
+       ],
7933
+      },
7934
+     ),
7935
+    ("node.nw_merge_nodes",
7936
+     {"type": 'EQUAL', "value": 'PRESS', "ctrl": True},
7937
+     {"properties":
7938
+      [("mode", 'ADD'),
7939
+       ("merge_type", 'AUTO'),
7940
+       ],
7941
+      },
7942
+     ),
7943
+    ("node.nw_merge_nodes",
7944
+     {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True},
7945
+     {"properties":
7946
+      [("mode", 'ADD'),
7947
+       ("merge_type", 'AUTO'),
7948
+       ],
7949
+      },
7950
+     ),
7951
+    ("node.nw_merge_nodes",
7952
+     {"type": 'ZERO', "value": 'PRESS', "ctrl": True},
7953
+     {"properties":
7954
+      [("mode", 'MIX'),
7955
+       ("merge_type", 'AUTO'),
7956
+       ],
7957
+      },
7958
+     ),
7959
+    ("node.nw_merge_nodes",
7960
+     {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True},
7961
+     {"properties":
7962
+      [("mode", 'MIX'),
7963
+       ("merge_type", 'AUTO'),
7964
+       ],
7965
+      },
7966
+     ),
7967
+    ("sn.add_copied_node", {"type": 'V', "value": 'PRESS', "shift": True}, None),
7968
+    ("sn.open_node_docs", {"type": 'F1', "value": 'PRESS'}, None),
7969
+    ("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None),
7970
+    ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None),
7971
+    ("node.sv_node_connector", {"type": 'V', "value": 'PRESS'}, None),
7230 7972
     ("node.sv_temporal_viewer",
7231 7973
      {"type": 'RIGHTMOUSE', "value": 'RELEASE', "ctrl": True},
7232 7974
      {"properties":
@@ -9083,6 +9825,7 @@ keyconfig_data = \
9083 9825
     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
9084 9826
     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
9085 9827
     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
9828
+    ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
9086 9829
     ("screen.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None),
9087 9830
     ("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None),
9088 9831
     ("screen.space_context_cycle",
@@ -9211,6 +9954,8 @@ keyconfig_data = \
9211 9954
     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None),
9212 9955
     ("text.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None),
9213 9956
     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None),
9957
+    ("text.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None),
9958
+    ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None),
9214 9959
     ("wm.context_cycle_int",
9215 9960
      {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
9216 9961
      {"properties":
@@ -9561,6 +10306,9 @@ keyconfig_data = \
9561 10306
     ("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "alt": True}, None),
9562 10307
     ("uv.uv_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None),
9563 10308
     ("uv.uv_squares_by_shape", {"type": 'E', "value": 'PRESS', "alt": True}, None),
10309
+    ("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "alt": True}, None),
10310
+    ("uv.uv_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None),
10311
+    ("uv.uv_squares_by_shape", {"type": 'E', "value": 'PRESS', "alt": True}, None),
9564 10312
     ("wm.call_menu",
9565 10313
      {"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True},
9566 10314
      {"properties":
@@ -10195,6 +10943,7 @@ keyconfig_data = \
10195 10943
       },
10196 10944
      ),
10197 10945
     ("wm.save_homefile", {"type": 'U', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
10946
+    ("view2d.pan", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'}, None),
10198 10947
     ],
10199 10948
    },
10200 10949
   ),