Skip to content

Commit

Permalink
add quick n' dirty instructions to AddTrackModal
Browse files Browse the repository at this point in the history
  • Loading branch information
aqandrew committed Nov 2, 2023
1 parent 6212a27 commit 423cf94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/AddTrackModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ const AddTrackModal = ({ show, onClose }) => {
onClose={onClose}
onConfirm={confirmAddTrack}
>
<p>
<strong>Note:</strong> If you've just opened FretZone, click OK to
create a new track. Then input notes using number/arrow keys.
</p>
<p>See keyboard shortcuts at the top for more information.</p>
{/* TODO Change this to a list-select input */}
<input
type="radio"
Expand Down

0 comments on commit 423cf94

Please sign in to comment.