feat: added shortcut for split and merge regions

This commit is contained in:
Xiaohan-Tian
2026-05-18 18:39:42 -07:00
parent fe1b4fc8ae
commit d10965066f
6 changed files with 396 additions and 123 deletions
+3
View File
@@ -47,6 +47,7 @@ interface AppConfig {
hold_to_create_region: string;
play: string;
loop: string;
record: string;
undo: string;
redo: string;
select_all: string;
@@ -54,6 +55,8 @@ interface AppConfig {
cut: string;
paste: string;
save: string;
split_region: string;
merge_regions: string;
};
piano_roll: {
switch: string;