4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Asger and Jürgen
10 * Full author contact details are available in file CREDITS.
16 #include "frontends/KeySymbol.h"
22 /// delayed constructor
23 void setKeySymbol(KeySymbol
* sym
, QKeyEvent
* ev
);
25 /// return the LyX key state from Qt's
26 KeyModifier
q_key_state(Qt::KeyboardModifiers state
);