feat(web): tag shortcut (#18711)

* feat(web): tag shortcut

* fix: lint
This commit is contained in:
Daimolean 2025-05-28 22:42:04 +08:00 committed by GitHub
parent 3f08768854
commit e9f8d68f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View file

@ -38,6 +38,7 @@
{ key: ['i'], action: $t('show_or_hide_info') },
{ key: ['s'], action: $t('stack_selected_photos') },
{ key: ['l'], action: $t('add_to_album') },
{ key: ['t'], action: $t('tag_assets') },
{ key: ['⇧', 'l'], action: $t('add_to_shared_album') },
{ key: ['⇧', 'a'], action: $t('archive_or_unarchive_photo') },
{ key: ['⇧', 'd'], action: $t('download') },