Fix for accepting Tab key in shortcut dialog.

Patch from Bo.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26334 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-09-08 01:00:58 +00:00
parent 5aa4c26c22
commit 4649511c2c

View File

@ -403,6 +403,7 @@ static std::string const qkey_to_string(int lkey)
case Qt::Key_Z: return "z";
case Qt::Key_Escape: return "Escape";
case Qt::Key_Tab: return "Tab";
case Qt::Key_Backspace: return "BackSpace";
case Qt::Key_Insert: return "Insert";
case Qt::Key_Delete: return "Delete";