Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
pvuorela committed Mar 2, 2017
1 parent 2094729 commit 91828c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/Keyboard.qml
Expand Up @@ -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
Expand Down

0 comments on commit 91828c7

Please sign in to comment.