mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): remove old esc hotkey
This commit is contained in:
parent
1fee08639d
commit
eb16ad3d6f
@ -116,11 +116,6 @@ export const useHotkeyData = (): HotkeyGroup[] => {
|
||||
desc: t('hotkeys.deleteImage.desc'),
|
||||
hotkeys: [['Del']],
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.closePanels.title'),
|
||||
desc: t('hotkeys.closePanels.desc'),
|
||||
hotkeys: [['Esc']],
|
||||
},
|
||||
],
|
||||
}),
|
||||
[t]
|
||||
|
Loading…
Reference in New Issue
Block a user