Add build output dependency file for mouse-test application

Add standard menu fore keybinds
This commit is contained in:
2026-03-28 03:18:41 +01:00
parent 4440ad79bd
commit 3a9e292088
203 changed files with 3797 additions and 29 deletions

View File

@@ -3,6 +3,10 @@
label = "Terminal"
action = { type = "spawn_terminal" }
[[item]]
label = "mouse-test"
action = { type = "run_program", command = "testapps/mouse-test/target/release/mouse-test" }
[[item]]
label = "Exit"
action = { type = "exit" }