Update WEBUIHOTKEYS.md

Update hotkeys docs. They were outdated.
This commit is contained in:
blessedcoolant 2022-12-13 14:59:33 +13:00
parent e89ff01caf
commit 4074705194

View File

@ -4,59 +4,72 @@ title: WebUI Hotkey List
# :material-keyboard: **WebUI Hotkey List** # :material-keyboard: **WebUI Hotkey List**
## General ## App Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| ----------------- | ---------------------- | | -------------- | ------------------ |
| ++a++ | Set All Parameters | | ++Ctrl+Enter++ | Invoke |
| ++s++ | Set Seed | | ++Shift+X++ | Cancel |
| ++u++ | Upscale | | ++Alt+A++ | Focus Prompt |
| ++r++ | Restoration | | ++O++ | Toggle Options |
| ++i++ | Show Metadata | | ++Shift+O++ | Pin Options |
| ++d++ ++d++ ++l++ | Delete Image | | ++Z++ | Toggle Viewer |
| ++alt+a++ | Focus prompt input | | ++G++ | Toggle Gallery |
| ++shift+i++ | Send To Image to Image | | ++F++ | Maximize Workspace |
| ++ctrl+enter++ | Start processing | | ++1-5++ | Change Tabs |
| ++shift+x++ | cancel Processing | | ++"`"++ | Toggle Console |
| ++shift+d++ | Toggle Dark Mode |
| ++"`"++ | Toggle console |
## Tabs ## General Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| ------- | ------------------------- | | ----------- | ---------------------- |
| ++1++ | Go to Text To Image Tab | | ++P++ | Set Prompt |
| ++2++ | Go to Image to Image Tab | | ++S++ | Set Seed |
| ++3++ | Go to Inpainting Tab | | ++A++ | Set Parameters |
| ++4++ | Go to Outpainting Tab | | ++Shift+R++ | Restore Faces |
| ++5++ | Go to Nodes Tab | | ++Shift+U++ | Upscale |
| ++6++ | Go to Post Processing Tab | | ++I++ | Show Info |
| ++Shift+I++ | Send To Image To Image |
| ++Del++ | Delete Image |
| ++Esc++ | Close Panels |
## Gallery ## Gallery Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| -------------- | ------------------------------- | | --------------- | --------------------------- |
| ++g++ | Toggle Gallery | | ++Arrow Left++ | Previous Image |
| ++left++ | Go to previous image in gallery | | ++Arrow Right++ | Next Image |
| ++right++ | Go to next image in gallery | | ++Shift+G++ | Toggle Gallery Pin |
| ++shift+p++ | Pin gallery | | ++Shift+Up++ | Increase Gallery Image Size |
| ++shift+up++ | Increase gallery image size | | ++Shift+Down++ | Decrease Gallery Image Size |
| ++shift+down++ | Decrease gallery image size |
| ++shift+r++ | Reset image gallery size |
## Inpainting ## Unified Canvas Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| ---------------------------- | --------------------- | | ------------------------- | ---------------------- |
| ++"["++ | Decrease brush size | | ++B++ | Select Brush |
| ++"]"++ | Increase brush size | | ++E++ | Select Eraser |
| ++alt+"["++ | Decrease mask opacity | | ++[++ | Decrease Brush Size |
| ++alt+"]"++ | Increase mask opacity | | ++]++ | Increase Brush Size |
| ++b++ | Select brush | | ++Shift+[++ | Decrease Brush Opacity |
| ++e++ | Select eraser | | ++Shift+]++ | Increase Brush Opacity |
| ++ctrl+z++ | Undo brush stroke | | ++V++ | Move Tool |
| ++ctrl+shift+z++, ++ctrl+y++ | Redo brush stroke | | ++Shift+F++ | Fill Bounding Box |
| ++h++ | Hide mask | | ++Delete/Backspace++ | Erase Bounding Box |
| ++shift+m++ | Invert mask | | ++C++ | Select Color Picker |
| ++shift+c++ | Clear mask | | ++N++ | Toggle Snap |
| ++shift+j++ | Expand canvas | | ++Hold Space++ | Quick Toggle Move |
| ++Q++ | Toggle Layer |
| ++Shift+C++ | Clear Mask |
| ++H++ | Hide Mask |
| ++Shift+H++ | Show/Hide Bounding Box |
| ++Shift+M++ | Merge Visible |
| ++Shift+S++ | Save To Gallery |
| ++Ctrl+C++ | Copy To Clipboard |
| ++Shift+D++ | Download Image |
| ++Ctrl+Z++ | Undo |
| ++Ctrl+Y / Ctrl+Shift+Z++ | Redo |
| ++R++ | Reset View |
| ++Arrow Left++ | Previous Staging Image |
| ++Arrow Right++ | Next Staging Image |
| ++Enter++ | Accept Staging Image |