Index: sources/gui/qml/plugins/virtualkeyboard/layouts/en_US/main.qml =================================================================== diff -u -reaf21ffe52c818b4c8abdb2084582ada9dc78ceb -rf56bb82ec0460cf9e07b2eb8690df1d36e80fde6 --- sources/gui/qml/plugins/virtualkeyboard/layouts/en_US/main.qml (.../main.qml) (revision eaf21ffe52c818b4c8abdb2084582ada9dc78ceb) +++ sources/gui/qml/plugins/virtualkeyboard/layouts/en_US/main.qml (.../main.qml) (revision f56bb82ec0460cf9e07b2eb8690df1d36e80fde6) @@ -196,6 +196,19 @@ key: Qt.Key_Apostrophe text: "'" } + Key { + key: Qt.Key_Left + displayText: "<" + repeat: true + weight: 125 + } + Key { + key: Qt.Key_Right + displayText: ">" + repeat: true + weight: 125 + } + // Key { // disabled the emoji button // key: 0xE000 // text: ":-)"