Fix (unreported) 'pad9' not shown by UserPrefs' KeyBinding filter.

Minor glicth, but still... Safe for 2.73.
This commit is contained in:
Bastien Montagne
2015-01-02 18:24:25 +01:00
parent 2a8a56929b
commit 8e37a45ac0

View File

@@ -236,7 +236,7 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
"MMB": 'MIDDLEMOUSE', "MMB": 'MIDDLEMOUSE',
}) })
_EVENT_TYPE_MAP_EXTRA.update({ _EVENT_TYPE_MAP_EXTRA.update({
"%d" % i: "NUMPAD_%d" % i for i in range(9) "%d" % i: "NUMPAD_%d" % i for i in range(10)
}) })
# done with once off init # done with once off init