mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Adds hotkeys to modal
This commit is contained in:
parent
58d73f5cae
commit
461e662644
@ -51,6 +51,16 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
|||||||
desc: 'Focus the prompt input area',
|
desc: 'Focus the prompt input area',
|
||||||
hotkey: 'Alt+A',
|
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 = () => {
|
const renderHotkeyModalItems = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user