Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2017-09-21 07:34:48 +0300
committerJoshua Leung <aligorith@gmail.com>2017-09-21 07:35:47 +0300
commitfde45132de1db0338c71b38c0c66523e210898e2 (patch)
tree003b886d3acb775c2e8812660e6d23d4b50ea215 /release
parent26f98446b17f418a633a1420a491e5ad0b59b988 (diff)
Fix T52861: Keymap editor filter doesn't show shortcuts using "+"
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/rna_keymap_ui.py1
1 files changed, 1 insertions, 0 deletions
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',