22 bool sendKey(Qt::Key key);
27 bool sendKeyCombo(
const QList<Qt::Key> &modifiers, Qt::Key key);
41 bool sendKeyX11(Qt::Key key,
bool press);
42 bool sendKeyUInput(
int linux_keycode,
int value);
44 int qtKeyToKeySym(Qt::Key key,
bool *ok =
nullptr);
45 int qtKeyToLinuxKey(Qt::Key key,
bool *ok =
nullptr);
48 bool useUinput =
false;
49 void *x11Display =
nullptr;