feat: added highlighted chord guide on piano grid

This commit is contained in:
Xiaohan-Tian
2025-12-15 20:14:30 -08:00
parent 8512fb4204
commit bdc7fc899a
7 changed files with 206 additions and 4 deletions
+2
View File
@@ -48,6 +48,7 @@ interface AppConfig {
save: string;
};
piano_roll: {
switch: string;
select: string;
pencil: string;
hold_to_create_note: string;
@@ -203,6 +204,7 @@ export class ConfigManager {
save: 'ctrl+s'
},
piano_roll: {
switch: 'tab',
select: 'q',
pencil: 'w',
hold_to_create_note: 'ctrl',