Add build output dependency file for mouse-test application
Add standard menu fore keybinds
This commit is contained in:
3
dist/win/config.toml
vendored
3
dist/win/config.toml
vendored
@@ -12,16 +12,19 @@ file = "panels/topbar.toml"
|
||||
[[keybind]]
|
||||
key = "ctrl+space"
|
||||
scope = "global"
|
||||
label = "Öppna kommandodialog"
|
||||
action = { type = "spawn_run_dialog" }
|
||||
|
||||
# Starta ny PowerShell-terminal
|
||||
[[keybind]]
|
||||
key = "alt+enter"
|
||||
scope = "global"
|
||||
label = "Ny terminal"
|
||||
action = { type = "spawn_terminal", shell = "powershell.exe" }
|
||||
|
||||
# Avsluta TUI-WM när skrivbordet är fokuserat
|
||||
[[keybind]]
|
||||
key = "ctrl+q"
|
||||
scope = "wm"
|
||||
label = "Avsluta TUI-WM"
|
||||
action = { type = "exit" }
|
||||
|
||||
Reference in New Issue
Block a user