[Bf-blender-cvs] [242b5932ca4] master: Industry Compat keymap: Fix broken Tab key in the Text Editor

William Reynish noreply at git.blender.org
Thu Jun 13 16:45:40 CEST 2019


Commit: 242b5932ca4670aa5e5284777bb3c743182cb5a7
Author: William Reynish
Date:   Thu Jun 13 16:45:37 2019 +0200
Branches: master
https://developer.blender.org/rB242b5932ca4670aa5e5284777bb3c743182cb5a7

Industry Compat keymap: Fix broken Tab key in the Text Editor

Was being used for operator search here, which doesn't make any sense

===================================================================

M	release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py

===================================================================

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 1ae27169ee6..41d22ebbcb4 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -1485,7 +1485,6 @@ def km_text_generic(params):
     )
 
     items.extend([
-        ("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
         ("text.start_find", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
         ("text.jump", {"type": 'J', "value": 'PRESS', "ctrl": True}, None),
         ("text.find", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),



More information about the Bf-blender-cvs mailing list