From 10b04fa3162c4e1c1036d6c4837cff27134e3f11 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Feb 2020 11:28:28 +1100 Subject: Revert "VSE: Add option to select handles with box selection" This partially reverts commit 5314161491d41461fe09c4774229481dde93e250. Conflicts with Emulate "Middle Mouse Button". This feature should be accessible under all supported configurations. --- release/scripts/presets/keyconfig/keymap_data/blender_default.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'release') diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py index cd531119155..951c1aaaab9 100644 --- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py +++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py @@ -2481,14 +2481,6 @@ def km_sequencer(params): ("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_box", {"type": 'B', "value": 'PRESS', "alt": True}, - {"properties": [("handles", True)]}), - ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "alt": True}, - {"properties": [("handles", True), ("tweak", True), ("mode", 'SET')]}), - ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "shift": True, "alt": True}, - {"properties": [("handles", True), ("tweak", True), ("mode", 'ADD')]}), - ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "ctrl": True, "alt": True}, - {"properties": [("handles", True), ("tweak", True), ("mode", 'SUB')]}), ("sequencer.select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}, None), op_menu("SEQUENCER_MT_add", {"type": 'A', "value": 'PRESS', "shift": True}), op_menu("SEQUENCER_MT_change", {"type": 'C', "value": 'PRESS'}), -- cgit v1.2.3