diff --git a/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts b/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts index f9a0df52e4..84aa632ea9 100644 --- a/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts +++ b/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts @@ -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]