inputmethod: do not deactivate the context when key is pressed
When keyboard_grab is implemented, if we reset the inputmethod context on any key, input method will not get keyboard input and will not be able to use it.
This commit is contained in:
parent
31cdb8676d
commit
d987b94e42
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ void InputMethod::init()
|
|||
|
||||
new VirtualKeyboardDBus(this);
|
||||
qCDebug(KWIN_VIRTUALKEYBOARD) << "Registering the DBus interface";
|
||||
connect(input(), &InputRedirection::keyStateChanged, this, &InputMethod::hide);
|
||||
|
||||
if (waylandServer()) {
|
||||
new TextInputManagerV2Interface(waylandServer()->display());
|
||||
|
|
Loading…
Reference in a new issue