From 1dd78a3f57a8cec93da0555664ed524d70c72ca1 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Sun, 5 May 2019 20:49:25 +0200 Subject: Industry Compat keymap: Remove ability to cancel knife with right click. Was too easy to do by mistake while attempting to zoom. Unfortunately it seems like it's not currently possible to add zooming to the Knife modal keymap, so this is still missing here. --- .../scripts/presets/keyconfig/keymap_data/industry_compatible_data.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py index c0d262e863e..6cb13446435 100644 --- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py +++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py @@ -3401,7 +3401,6 @@ def km_knife_tool_modal_map(_params): ("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True}, None), ("PANNING", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None), ("ADD_CUT", {"type": 'LEFTMOUSE', "value": 'ANY', "any": True}, None), - ("CANCEL", {"type": 'RIGHTMOUSE', "value": 'PRESS', "any": True}, None), ("CONFIRM", {"type": 'RET', "value": 'PRESS', "any": True}, None), ("CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "any": True}, None), ("CONFIRM", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "any": True}, None), -- cgit v1.2.3