Fix T52861: Keymap editor filter doesn't show shortcuts using "+"

This commit is contained in:
Joshua Leung 2017-09-21 16:34:48 +12:00 committed by Bastien Montagne
parent f887b8b230
commit ca236408f3
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
"`": 'ACCENT_GRAVE',
"*": 'NUMPAD_ASTERIX',
"/": 'NUMPAD_SLASH',
'+': 'NUMPAD_PLUS',
"RMB": 'RIGHTMOUSE',
"LMB": 'LEFTMOUSE',
"MMB": 'MIDDLEMOUSE',