Change-Id: Idf13869ff59ddd8660d776eda2d579149c814ab4
@@ -157,6 +157,7 @@ Window {
focus: true
Keys.onLeftPressed: globalSettings.columnCount = Math.max(globalSettings.columnCount-1,1)
Keys.onRightPressed: globalSettings.columnCount++
+ Keys.onEscapePressed: Qt.quit()
}
Rectangle {