qt: Disable keyboard debug prints
This commit is contained in:
@@ -154,7 +154,7 @@ evdev_translate(uint32_t keycode)
|
||||
|
||||
if (!ret)
|
||||
qWarning() << "Evdev Keyboard: Unknown key" << keycode;
|
||||
#if 1
|
||||
#if 0
|
||||
else
|
||||
qInfo() << "Evdev Keyboard: Key" << keycode << "scancode" << QString::number(ret, 16);
|
||||
#endif
|
||||
|
@@ -225,7 +225,7 @@ xkbcommon_translate(uint32_t keycode)
|
||||
|
||||
if (!ret)
|
||||
qWarning() << "XKB Keyboard: Unknown key" << QString::number(keycode, 16) << QString::fromStdString(key_name_s);
|
||||
#if 1
|
||||
#if 0
|
||||
else
|
||||
qInfo() << "XKB Keyboard: Key" << QString::number(keycode, 16) << QString::fromStdString(key_name_s) << "scancode" << QString::number(ret, 16);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user