feat(tracker/gioui): "Ask Help", "Report Bug" and "Manual" menuitems

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-23 19:17:00 +03:00
parent fb0fa4af92
commit 5f43bc3067
4 changed files with 64 additions and 18 deletions

View File

@ -185,6 +185,12 @@ func (t *Tracker) KeyEvent(e key.Event, gtx C) {
t.SplitTrack().Do()
case "SplitInstrument":
t.SplitInstrument().Do()
case "ShowManual":
t.ShowManual().Do()
case "AskHelp":
t.AskHelp().Do()
case "ReportBug":
t.ReportBug().Do()
case "ShowLicense":
t.ShowLicense().Do()
// Booleans