qs: temp fix super key always thought to be held down

This commit is contained in:
end-4
2026-05-12 11:13:26 +02:00
parent 20dde15900
commit 1e442f1af0
+10 -10
View File
@@ -38,15 +38,15 @@ Singleton {
}
}
GlobalShortcut {
name: "workspaceNumber"
description: "Hold to show workspace numbers, release to show icons"
// GlobalShortcut {
// name: "workspaceNumber"
// description: "Hold to show workspace numbers, release to show icons"
onPressed: {
root.superDown = true
}
onReleased: {
root.superDown = false
}
}
// onPressed: {
// root.superDown = true
// }
// onReleased: {
// root.superDown = false
// }
// }
}