Skip to content

Commit 2773ace

Browse files
xCJPECKOVERxollioddi
authored andcommitted
fix(web): Album multi-select 'm' shortcut prevents typing m in title box (immich-app#21249)
change album multi-select shortcut to ctrl
1 parent fac8e5e commit 2773ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/modals/AlbumPickerModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
await onEnter();
134134
break;
135135
}
136-
case 'm': {
136+
case 'Control': {
137137
e.preventDefault();
138138
handleMultiSelect();
139139
break;

0 commit comments

Comments
 (0)