Fix T64832: Industry keymap - Pressing F to View Selected in Node Editor not working via hotkey

This commit is contained in:
William Reynish
2019-05-19 23:16:22 +02:00
parent 7d620d2eec
commit bd41d573be

View File

@@ -1052,9 +1052,9 @@ def km_node_editor(params):
("node.backimage_fit", {"type": 'A', "value": 'PRESS', "alt": True}, None),
("node.backimage_sample", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
op_menu("NODE_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
("node.link_make", {"type": 'F', "value": 'PRESS'},
("node.link_make", {"type": 'L', "value": 'PRESS'},
{"properties": [("replace", False)]}),
("node.link_make", {"type": 'F', "value": 'PRESS', "shift": True},
("node.link_make", {"type": 'L', "value": 'PRESS', "shift": True},
{"properties": [("replace", True)]}),
("node.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
("node.parent_set", {"type": 'P', "value": 'PRESS'}, None),