feat: added a hotkey for loop button

This commit is contained in:
Xiaohan-Tian
2026-01-22 19:05:22 -08:00
parent b80e7e84b8
commit 78b798e138
6 changed files with 79 additions and 43 deletions
+3 -1
View File
@@ -40,6 +40,7 @@ interface AppConfig {
main: {
hold_to_create_region: string;
play: string;
loop: string;
undo: string;
redo: string;
select_all: string;
@@ -205,12 +206,13 @@ export class ConfigManager {
main: {
hold_to_create_region: 'ctrl',
play: 'space',
loop: 'c',
undo: 'ctrl+z',
redo: 'ctrl+shift+z',
select_all: 'ctrl+a',
copy: 'ctrl+c',
cut: 'ctrl+x',
paste: 'ctrl+v',
paste: 'ctrl+v',
save: 'ctrl+s'
},
piano_roll: {