feat(web): add shortcut "p" to open/close the face tag box (#26826)

This commit is contained in:
Andreas Heinz
2026-03-10 23:53:38 +01:00
committed by GitHub
parent 22b43bf4d9
commit 1a4c5d73ac
3 changed files with 17 additions and 2 deletions
+1
View File
@@ -40,6 +40,7 @@
{ key: ['s'], action: $t('stack_selected_photos') },
{ key: ['l'], action: $t('add_to_album') },
{ key: ['t'], action: $t('tag_assets') },
{ key: ['p'], action: $t('tag_people') },
{ key: ['⇧', 'a'], action: $t('archive_or_unarchive_photo') },
{ key: ['⇧', 'd'], action: $t('download') },
{ key: ['Space'], action: $t('play_or_pause_video') },