mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
parent
83d6277ae6
commit
070833ed9c
@ -106,6 +106,11 @@ func (t *Tracker) KeyEvent(w *app.Window, e key.Event) bool {
|
||||
t.Redo()
|
||||
return true
|
||||
}
|
||||
case "N":
|
||||
if e.Modifiers.Contain(key.ModShortcut) {
|
||||
t.LoadSong(defaultSong.Copy())
|
||||
return true
|
||||
}
|
||||
case key.NameDeleteForward:
|
||||
switch t.EditMode {
|
||||
case EditTracks:
|
||||
|
Loading…
Reference in New Issue
Block a user