Keymap: Add back support for Set/Add/Subtract for box selecting in the Sequencer.
This commit is contained in:
@@ -2337,7 +2337,11 @@ def km_sequencer(params):
|
||||
{"properties": [("extend", True)]}),
|
||||
("sequencer.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
||||
("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY'},
|
||||
{"properties": [("tweak", True)]}),
|
||||
{"properties": [("tweak", True), ("mode", 'SET')]}),
|
||||
("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "shift": True},
|
||||
{"properties": [("tweak", True), ("mode", 'ADD')]}),
|
||||
("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "ctrl": True},
|
||||
{"properties": [("tweak", True), ("mode", 'SUB')]}),
|
||||
("sequencer.select_box", {"type": 'B', "value": 'PRESS'}, None),
|
||||
("sequencer.select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}, None),
|
||||
op_menu("SEQUENCER_MT_add", {"type": 'A', "value": 'PRESS', "shift": True}),
|
||||
|
||||
Reference in New Issue
Block a user