Added connected devices. Improved logging. UI fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user