launcher v1

This commit is contained in:
Benjamin Palko 2025-08-19 23:31:39 -04:00
parent 8504f8ddd2
commit d71c9604a6
12 changed files with 1608 additions and 4 deletions

View file

@ -8,9 +8,7 @@ Scope {
LuxShortcut {
name: 'launcher'
description: 'Open the application launcher'
onPressed: {
console.log("Launcher shortcut pressed");
}
onPressed: Visibility.launcher = !Visibility.launcher
}
LuxShortcut {