mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
left right key is conflicting with dropdown
This commit is contained in:
parent
0d78666b03
commit
1e4b307511
@ -460,9 +460,9 @@ func tagPopup(node *AudioFile) (err error) {
|
||||
cycleFocus(gomu.app, inputs, false)
|
||||
case tcell.KeyBacktab:
|
||||
cycleFocus(gomu.app, inputs, true)
|
||||
case tcell.KeyDown:
|
||||
case tcell.KeyRight:
|
||||
cycleFocus(gomu.app, inputs, false)
|
||||
case tcell.KeyUp:
|
||||
case tcell.KeyLeft:
|
||||
cycleFocus(gomu.app, inputs, true)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user