Skip to content

Commit

Permalink
restore captureHotkey.test, persist layout codes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuKoivisto committed Mar 27, 2024
1 parent bf662dc commit 9f0902a
Show file tree
Hide file tree
Showing 13 changed files with 845 additions and 884 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,130 +2,78 @@
"count": 12,
"nextIndex": 1,
"rowIndex": 2,
"row": [
"scaleNotes": [
{
"code": "Capslock",
"key": "{lock}"
"flats": 0,
"note": "C",
"semitones": 0,
"sharps": 0
},
{
"code": "KeyA",
"key": "a",
"note": {
"flats": 0,
"note": "C",
"semitones": 0,
"sharps": 0
}
"flats": 0,
"note": "C♯",
"semitones": 1,
"sharps": 1
},
{
"code": "KeyS",
"key": "s",
"note": {
"flats": 0,
"note": "D",
"semitones": 2,
"sharps": 0
}
"flats": 0,
"note": "D",
"semitones": 2,
"sharps": 0
},
{
"code": "KeyD",
"key": "d",
"note": {
"flats": 0,
"note": "E",
"semitones": 4,
"sharps": 0
}
"flats": 1,
"note": "E♭",
"semitones": 3,
"sharps": 0
},
{
"code": "KeyF",
"key": "f",
"note": {
"flats": 0,
"note": "F",
"semitones": 5,
"sharps": 0
}
"flats": 0,
"note": "E",
"semitones": 4,
"sharps": 0
},
{
"code": "KeyG",
"key": "g",
"note": {
"flats": 0,
"note": "G",
"semitones": 7,
"sharps": 0
}
"flats": 0,
"note": "F",
"semitones": 5,
"sharps": 0
},
{
"code": "KeyH",
"key": "h",
"note": {
"flats": 0,
"note": "A",
"semitones": 9,
"sharps": 0
}
"flats": 0,
"note": "F♯",
"semitones": 6,
"sharps": 1
},
{
"code": "KeyJ",
"key": "j",
"note": {
"flats": 0,
"note": "B",
"semitones": 11,
"sharps": 0
}
"flats": 0,
"note": "G",
"semitones": 7,
"sharps": 0
},
{
"code": "KeyK",
"key": "k",
"note": {
"flats": 0,
"note": "C",
"semitones": 12,
"sharps": 0
}
"flats": 0,
"note": "G♯",
"semitones": 8,
"sharps": 1
},
{
"code": "KeyL",
"key": "l",
"note": {
"flats": 0,
"note": "D",
"semitones": 14,
"sharps": 0
}
"flats": 0,
"note": "A",
"semitones": 9,
"sharps": 0
},
{
"code": "Semicolon",
"key": ";",
"note": {
"flats": 0,
"note": "E",
"semitones": 16,
"sharps": 0
}
"flats": 1,
"note": "B♭",
"semitones": 10,
"sharps": 0
},
{
"code": "Quote",
"key": "'",
"note": {
"flats": 0,
"note": "F",
"semitones": 17,
"sharps": 0
}
},
{
"code": "Backslash",
"key": "\\",
"note": {
"flats": 0,
"note": "G",
"semitones": 19,
"sharps": 0
}
"flats": 0,
"note": "B",
"semitones": 11,
"sharps": 0
}
]
}
Loading

0 comments on commit 9f0902a

Please sign in to comment.