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
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
"MMB": 'MIDDLEMOUSE',
})
_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