mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
add debug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5326 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f209c9b6b4
commit
e2f908a49c
@ -13,12 +13,14 @@
|
||||
#include <qnamespace.h>
|
||||
|
||||
#include "LString.h"
|
||||
#include "debug.h"
|
||||
|
||||
/**
|
||||
* Return true if the key event is a modifier.
|
||||
*/
|
||||
bool q_is_modifier(int qkey)
|
||||
{
|
||||
lyxerr[Debug::GUI] << "check modifier " << qkey << std::endl;
|
||||
switch (qkey) {
|
||||
case Qt::Key_Hyper_L:
|
||||
case Qt::Key_Hyper_R:
|
||||
|
Loading…
Reference in New Issue
Block a user