Comment 1 for bug 741615

Revision history for this message
Andrea Azzarone (azzar1) wrote :

According to me this is a nux bug, because in TextEntry.cpp we have:

if (keysym == NUX_VK_ENTER)
    {
      activated.emit ();
      return;
    }

whit:

#define NUX_VK_ENTER 0x0D // ENTER key

The numpad enter hex code is 0x8b!