Fix #113287: Industry Compatible Keymap: Node Editor Search missing #113446

Merged
Philipp Oeser merged 2 commits from lichtwerk/blender:113287 into blender-v4.0-release 2023-10-11 09:19:28 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -1074,6 +1074,8 @@ def km_node_generic(_params):
items.extend([
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
("wm.search_single_menu", {"type": 'TAB', "value": 'PRESS'},
{"properties": [("menu_idname", 'NODE_MT_add')]}),
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
{"properties": [("data_path", 'space_data.show_region_toolbar')]}),
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},