Fix key code

This commit is contained in:
Juergen Spitzmueller 2014-10-08 10:57:58 +02:00
parent ce57594afd
commit db2044dc14

View File

@ -64,7 +64,7 @@ static int string_to_qkey(std::string const & str)
if (str == "Escape") return Qt::Key_Escape;
if (str == "Tab") return Qt::Key_Tab;
if (str == "ISO_Left_Tab") return Qt::Key_Tab;
if (str == "ISO_Left_Tab") return Qt::Key_Backtab;
if (str == "BackSpace") return Qt::Key_Backspace;
if (str == "Return") return Qt::Key_Return;
if (str == "KP_Enter") return Qt::Key_Enter; // correct ?