tidy(ui): remove unused gallery hotkeys

This commit is contained in:
psychedelicious 2024-05-02 19:53:56 +10:00 committed by Kent Keirsey
parent 474eab6f8a
commit d55ea318ec

View File

@ -140,16 +140,6 @@ export const useHotkeyData = (): HotkeyGroup[] => {
desc: t('hotkeys.nextImage.desc'),
hotkeys: [['Arrow Right']],
},
{
title: t('hotkeys.increaseGalleryThumbSize.title'),
desc: t('hotkeys.increaseGalleryThumbSize.desc'),
hotkeys: [['Shift', 'Up']],
},
{
title: t('hotkeys.decreaseGalleryThumbSize.title'),
desc: t('hotkeys.decreaseGalleryThumbSize.desc'),
hotkeys: [['Shift', 'Down']],
},
],
}),
[t]