Skip to content

Commit ca5f26d

Browse files
committed
Fix flute swap and stop playing keys
1 parent 7845eb8 commit ca5f26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron/defaultKeyMaps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ const keyMaps = [
147147
E6: { key: '8', octave: 2 },
148148

149149
// Swap octave
150-
F: { key: '9' },
150+
F4: { key: '9' },
151151
// Stop playing
152-
G: { key: '0' },
152+
G4: { key: '0' },
153153
},
154154
octaveDown: { key: '9' },
155155
octaveUp: { key: '9' },

0 commit comments

Comments
 (0)