mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
add keybinding for 'show_colors' command
This commit is contained in:
parent
1e9c5864cf
commit
e5de5512d3
@ -72,6 +72,7 @@ Each panel has it's own additional keybinding. To view the available keybinding
|
||||
| ? | toggle help |
|
||||
| m | open repl |
|
||||
| T | switch lyrics |
|
||||
| c | show colors |
|
||||
|
||||
|
||||
| Key (Playlist) | Description |
|
||||
|
1
popup.go
1
popup.go
@ -271,6 +271,7 @@ func helpPopup(panel Panel) {
|
||||
"? toggle help",
|
||||
"m open repl",
|
||||
"T switch lyrics",
|
||||
"c show colors",
|
||||
}
|
||||
|
||||
list := tview.NewList().ShowSecondaryText(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user