Keymap: add sequencer box select with handles

Use Ctrl-B, include in menu, rename property to match graph editor.
This commit is contained in:
Campbell Barton
2020-02-17 20:44:18 +11:00
parent fc85490c2d
commit c0423c871d
3 changed files with 7 additions and 2 deletions

View File

@@ -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()