Skip to content

Commit

Permalink
Fix flute swap and stop playing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlukerice committed Jun 16, 2020
1 parent 7845eb8 commit ca5f26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/defaultKeyMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ const keyMaps = [
E6: { key: '8', octave: 2 },

// Swap octave
F: { key: '9' },
F4: { key: '9' },
// Stop playing
G: { key: '0' },
G4: { key: '0' },
},
octaveDown: { key: '9' },
octaveUp: { key: '9' },
Expand Down

0 comments on commit ca5f26d

Please sign in to comment.