[Bf-blender-cvs] [fde45132de1] master: Fix T52861: Keymap editor filter doesn't show shortcuts using "+"

Joshua Leung noreply at git.blender.org
Thu Sep 21 06:45:19 CEST 2017


Commit: fde45132de1db0338c71b38c0c66523e210898e2
Author: Joshua Leung
Date:   Thu Sep 21 16:34:48 2017 +1200
Branches: master
https://developer.blender.org/rBfde45132de1db0338c71b38c0c66523e210898e2

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

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

M	release/scripts/modules/rna_keymap_ui.py

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

diff --git a/release/scripts/modules/rna_keymap_ui.py b/release/scripts/modules/rna_keymap_ui.py
index a1a4e5b8763..aa1aa4925a3 100644
--- a/release/scripts/modules/rna_keymap_ui.py
+++ b/release/scripts/modules/rna_keymap_ui.py
@@ -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',



More information about the Bf-blender-cvs mailing list