Fix (unreported) 'pad9' not shown by UserPrefs' KeyBinding filter.
Minor glicth, but still... Safe for 2.73.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user