Fix T65956: node reroute no longer working in right click keymap
It's now always on shift + RMB drag, regardless of the keymap.
This commit is contained in:
@@ -1632,8 +1632,8 @@ def km_node_editor(params):
|
||||
("node.link", {"type": 'EVT_TWEAK_L', "value": 'ANY', "ctrl": True},
|
||||
{"properties": [("detach", True)]}),
|
||||
("node.resize", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
|
||||
("node.add_reroute", {"type": params.action_tweak, "value": 'ANY', "shift": True}, None),
|
||||
("node.links_cut", {"type": 'RIGHTMOUSE', "value": 'ANY', "ctrl": True}, None),
|
||||
("node.add_reroute", {"type": 'EVT_TWEAK_R', "value": 'ANY', "shift": True}, None),
|
||||
("node.links_cut", {"type": 'EVT_TWEAK_R', "value": 'ANY', "ctrl": True}, None),
|
||||
("node.select_link_viewer", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
||||
("node.backimage_move", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
||||
("node.backimage_zoom", {"type": 'V', "value": 'PRESS'},
|
||||
|
||||
Reference in New Issue
Block a user