mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
feat(sointu, tracker, gioui): add a comment field to the instrument
This commit is contained in:
@ -82,6 +82,7 @@ var unitKeyMap = map[string]string{
|
||||
func (t *Tracker) KeyEvent(w *app.Window, e key.Event) bool {
|
||||
if e.State == key.Press {
|
||||
if t.InstrumentNameEditor.Focused() ||
|
||||
t.InstrumentCommentEditor.Focused() ||
|
||||
t.OpenSongDialog.Visible ||
|
||||
t.SaveSongDialog.Visible ||
|
||||
t.SaveInstrumentDialog.Visible ||
|
||||
|
Reference in New Issue
Block a user