Keys.onPressed: { //Some special keys like backspace captured in TextField below as they are for some reason not sent to the application but to the text input
291
291
keyboardLoader.item.pressedKey = event.key;
292
292
keyboardLoader.item.pressedKeyText = event.text;
293
293
}
630
630
rightMargin: units.gu(1)
631
631
}
632
632
633
Keys.onPressed: { //Need to capture special keys like backspace here as they are for some reason not sent to the application but to the text input