You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buttons Undo/Redo/... in selection mode do not work for me (tested on Nix-unstable and Manjaro with KDE Plasma 6.1.4). The key modifier are not sent, only the Copy key sends something, but the text is not copied to clipboard. Here is what I get: maliit.webm
When I dug a bit deeper into it, calling sendKeyPressAndReleaseEvents(Qt::Key_C, Qt::ControlModifier); only send a C, so this may be a problem with the framework and not the keyboard.
The text was updated successfully, but these errors were encountered:
The buttons
Undo
/Redo
/... in selection mode do not work for me (tested on Nix-unstable and Manjaro with KDE Plasma 6.1.4). The key modifier are not sent, only theCopy
key sends something, but the text is not copied to clipboard. Here is what I get: maliit.webmWhen I dug a bit deeper into it, calling
sendKeyPressAndReleaseEvents(Qt::Key_C, Qt::ControlModifier);
only send aC
, so this may be a problem with the framework and not the keyboard.The text was updated successfully, but these errors were encountered: