From 91828c7ad49705de09039e5cac546907ddb542fd Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Thu, 2 Mar 2017 19:04:02 +0200 Subject: [PATCH] [fingerterm] Release modifiers when changing layout. Fixes JB#37919 Changing layout with caps lock on lead to caps staying on, no way to turn off. --- qml/Keyboard.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/Keyboard.qml b/qml/Keyboard.qml index 1226e8c..fbc59c2 100644 --- a/qml/Keyboard.qml +++ b/qml/Keyboard.qml @@ -112,6 +112,7 @@ Item { Qt.quit(); } } + keyboard.keyModifiers = 0 // makes the keyboard component reload itself with new data keyboardLoader.sourceComponent = undefined keyboardLoader.sourceComponent = keyboardContents