Keymap: minor tweaks so box-select shortcuts show in the menu
This commit is contained in:
@@ -404,7 +404,7 @@ class SEQUENCER_MT_select(Menu):
|
||||
layout.separator()
|
||||
|
||||
layout.operator("sequencer.select_box", text="Box Select")
|
||||
props = layout.operator("sequencer.select_box", text="Box Select (Handles)")
|
||||
props = layout.operator("sequencer.select_box", text="Box Select (Include Handles)")
|
||||
props.include_handles = True
|
||||
|
||||
layout.separator()
|
||||
|
Reference in New Issue
Block a user