mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): update hotkeys for viewer
This commit is contained in:
committed by
Kent Keirsey
parent
e4a640f0a7
commit
26847895b9
@ -141,14 +141,9 @@ export const useHotkeyData = (): HotkeyGroup[] => {
|
||||
hotkeys: [['Arrow Right']],
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.openImageViewer.title'),
|
||||
desc: t('hotkeys.openImageViewer.desc'),
|
||||
hotkeys: [['I']],
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.backToEditor.title'),
|
||||
desc: t('hotkeys.backToEditor.desc'),
|
||||
hotkeys: [['Esc']],
|
||||
title: t('hotkeys.toggleViewer.title'),
|
||||
desc: t('hotkeys.toggleViewer.desc'),
|
||||
hotkeys: [['Z']],
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
Reference in New Issue
Block a user