Added connected devices. Improved logging. UI fixes

This commit is contained in:
Ultradesu
2026-06-10 23:30:03 +01:00
parent bcee68eb4e
commit 02a396c146
25 changed files with 2540 additions and 314 deletions
+17
View File
@@ -64,6 +64,15 @@ context = "queue"
key_sequence = "shift-j"
command = "GoToRelease"
[[keymaps]]
key_sequence = "shift-p"
command = "AddToPlaylist"
[[keymaps]]
key_sequence = "n"
command = "NewPlaylist"
context = "playlists"
[[keymaps]]
key_sequence = "j"
command = "MoveDown"
@@ -180,6 +189,10 @@ command = "ToggleLike"
key_sequence = "shift-l"
command = "Logout"
[[keymaps]]
key_sequence = "shift-d"
command = "OpenDevices"
[[keymaps]]
key_sequence = "v"
command = "ToggleViewMode"
@@ -187,3 +200,7 @@ command = "ToggleViewMode"
[[keymaps]]
key_sequence = ":"
command = "OpenCommandLine"
[[keymaps]]
key_sequence = "/"
command = "OpenSearch"