1
0
Fork 0

Improve consistency of syntax within data/constants/keycodes (#24528)

This commit is contained in:
Nikolai Grigoriev 2024-10-28 02:23:15 -04:00 committed by GitHub
parent 25fac5e737
commit 2c0cdcf7b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 72 additions and 72 deletions

View file

@ -84,7 +84,7 @@
"group": "midi",
"key": "QK_MIDI_NOTE_G_SHARP_0",
"aliases": [
"MI_Gs"
"MI_Gs",
"MI_Ab"
]
},
@ -99,7 +99,7 @@
"group": "midi",
"key": "QK_MIDI_NOTE_A_SHARP_0",
"aliases": [
"MI_As"
"MI_As",
"MI_Bb"
]
},