Keymap: add sequencer box select with handles
Use Ctrl-B, include in menu, rename property to match graph editor.
This commit is contained in:
@@ -404,6 +404,8 @@ 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.include_handles = True
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
Reference in New Issue
Block a user