mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-28 13:48:53 +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 |
|
| ? | toggle help |
|
||||||
| m | open repl |
|
| m | open repl |
|
||||||
| T | switch lyrics |
|
| T | switch lyrics |
|
||||||
|
| c | show colors |
|
||||||
|
|
||||||
|
|
||||||
| Key (Playlist) | Description |
|
| Key (Playlist) | Description |
|
||||||
|
1
popup.go
1
popup.go
@ -271,6 +271,7 @@ func helpPopup(panel Panel) {
|
|||||||
"? toggle help",
|
"? toggle help",
|
||||||
"m open repl",
|
"m open repl",
|
||||||
"T switch lyrics",
|
"T switch lyrics",
|
||||||
|
"c show colors",
|
||||||
}
|
}
|
||||||
|
|
||||||
list := tview.NewList().ShowSecondaryText(false)
|
list := tview.NewList().ShowSecondaryText(false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user