Yes, I have done so.
Qt::Key keycode = _getKeyCodeFromName(keyName);
This function, given the keyName (for example ‘a’, ‘z’) returns the corresponding Qt::Key
↧