diff --git a/frontend/src/features/system/HotkeysModal/HotkeysModal.tsx b/frontend/src/features/system/HotkeysModal/HotkeysModal.tsx index 532a38adeb..cf5442ed88 100644 --- a/frontend/src/features/system/HotkeysModal/HotkeysModal.tsx +++ b/frontend/src/features/system/HotkeysModal/HotkeysModal.tsx @@ -51,6 +51,16 @@ export default function HotkeysModal({ children }: HotkeysModalProps) { desc: 'Focus the prompt input area', hotkey: 'Alt+A', }, + { + title: 'Previous Image', + desc: 'Display the previous image in the gallery', + hotkey: 'Arrow left', + }, + { + title: 'Next Image', + desc: 'Display the next image in the gallery', + hotkey: 'Arrow right', + }, ]; const renderHotkeyModalItems = () => {