This commit is contained in:
2026-02-26 23:36:29 -08:00
parent 3ed2df2cd5
commit 80efc104ed
5 changed files with 93 additions and 26 deletions

View File

@@ -51,9 +51,6 @@ Item {
cursorDelegate: Item {}
onCursorPositionChanged: cursorPosition = text.length
Keys.onPressed: (event) => { switch (event.key) {
case Qt.Key_Escape:
background.index = 0;
break;
case Qt.Key_Return:
list.currentItem.execute();
root.close();