Skip to content

BUG: add KP_Enter bindings along with Return ones (GUI)

Théo Cavignac requested to merge Lattay/ase:support_kp_enter into master

Hi,

On windows, both the Return key and the keypad Enter key trigger the <Return> event. On linux the keypad key trigger the <KP_Enter> event. This commit duplicate the few bindings to the event to ensure that the keypad key is always taken into account.

Edited by Théo Cavignac

Merge request reports