From 423cf947261b1935872447d47b1bc7986a0bda2c Mon Sep 17 00:00:00 2001 From: Andrew Aquino Date: Thu, 2 Nov 2023 13:33:12 -0700 Subject: [PATCH] add quick n' dirty instructions to AddTrackModal --- src/components/AddTrackModal.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/AddTrackModal.jsx b/src/components/AddTrackModal.jsx index dead21b..6ec99f9 100644 --- a/src/components/AddTrackModal.jsx +++ b/src/components/AddTrackModal.jsx @@ -32,6 +32,11 @@ const AddTrackModal = ({ show, onClose }) => { onClose={onClose} onConfirm={confirmAddTrack} > +

+ Note: If you've just opened FretZone, click OK to + create a new track. Then input notes using number/arrow keys. +

+

See keyboard shortcuts at the top for more information.

{/* TODO Change this to a list-select input */}