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

Was being used for operator search here, which doesn't make any sense
This commit is contained in:
William Reynish 2019-06-13 16:45:37 +02:00
parent 01bcee7efb
commit 242b5932ca
1 changed files with 0 additions and 1 deletions

View File

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