mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change Restore and Upscale Hotkeys
Changed the hotkeys of Restore and Upscale from R and U to Shift R and Shift U. Users could accidentally press R and U to trigger these functions which can be annoying. Especially considering R is also a hotkey for Reset View in other tabs and it can become muscle memory.
This commit is contained in:
parent
1219c39d78
commit
2187d0f31c
@ -256,7 +256,7 @@ const CurrentImageButtons = () => {
|
||||
};
|
||||
|
||||
useHotkeys(
|
||||
'u',
|
||||
'Shift+U',
|
||||
() => {
|
||||
if (
|
||||
isESRGANAvailable &&
|
||||
@ -290,7 +290,7 @@ const CurrentImageButtons = () => {
|
||||
};
|
||||
|
||||
useHotkeys(
|
||||
'r',
|
||||
'Shift+R',
|
||||
() => {
|
||||
if (
|
||||
isGFPGANAvailable &&
|
||||
|
Loading…
Reference in New Issue
Block a user