Handle numpad Enter key in SearchableSelect
A small detail found while implementing the magic bar: SearchableSelect does not handle the numpad Enter key because it is using a lower-level keyboard event attribute. This changes SearchableSelect to use the same attribute as the one the magic bar will use, which parses the keyboard keys into simpler "actions"; Enter
is mapped to both enter keys.
Edited by Erwan Rouchet