Update WEBUIHOTKEYS.md - Key Display (#2190)

* Update WEBUIHOTKEYS.md

Fixed display errors so it no longer show extra plus signs on the site

* Update WEBUIHOTKEYS.md

Correction to keycap look to have symbols on special keys like enter, shift, and ctrl.
This commit is contained in:
Yorzaren 2022-12-31 16:48:17 -06:00 committed by GitHub
parent 9fded69f0c
commit caf7caddf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,69 +7,69 @@ title: WebUI Hotkey List
## App Hotkeys ## App Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| ----------------- | ------------------ | | --------------- | ------------------ |
| ++"Ctrl\+Enter"++ | Invoke | | ++ctrl+enter++ | Invoke |
| ++"Shift\+X"++ | Cancel | | ++shift+x++ | Cancel |
| ++"Alt\+A"++ | Focus Prompt | | ++alt+a++ | Focus Prompt |
| ++"O"++ | Toggle Options | | ++o++ | Toggle Options |
| ++"Shift\+O"++ | Pin Options | | ++shift+o++ | Pin Options |
| ++"Z"++ | Toggle Viewer | | ++z++ | Toggle Viewer |
| ++"G"++ | Toggle Gallery | | ++g++ | Toggle Gallery |
| ++"F"++ | Maximize Workspace | | ++f++ | Maximize Workspace |
| ++"1-5"++ | Change Tabs | | ++1++ - ++5++ | Change Tabs |
| ++"`"++ | Toggle Console | | ++"`"++ | Toggle Console |
## General Hotkeys ## General Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| --------------- | ---------------------- | | -------------- | ---------------------- |
| ++"P"++ | Set Prompt | | ++p++ | Set Prompt |
| ++"S"++ | Set Seed | | ++s++ | Set Seed |
| ++"A"++ | Set Parameters | | ++a++ | Set Parameters |
| ++"Shift\+R"++ | Restore Faces | | ++shift+r++ | Restore Faces |
| ++"Shift\+U"++ | Upscale | | ++shift+u++ | Upscale |
| ++"I"++ | Show Info | | ++i++ | Show Info |
| ++"Shift\+I"++ | Send To Image To Image | | ++shift+i++ | Send To Image To Image |
| ++"Del"++ | Delete Image | | ++del++ | Delete Image |
| ++"Esc"++ | Close Panels | | ++esc++ | Close Panels |
## Gallery Hotkeys ## Gallery Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| ------------------ | --------------------------- | | ----------------------| --------------------------- |
| ++"Arrow Left"++ | Previous Image | | ++arrow-left++ | Previous Image |
| ++"Arrow Right"++ | Next Image | | ++arrow-right++ | Next Image |
| ++"Shift\+G"++ | Toggle Gallery Pin | | ++shift+g++ | Toggle Gallery Pin |
| ++"Shift\+Up"++ | Increase Gallery Image Size | | ++shift+arrow-up++ | Increase Gallery Image Size |
| ++"Shift\+Down"++ | Decrease Gallery Image Size | | ++shift+arrow-down++ | Decrease Gallery Image Size |
## Unified Canvas Hotkeys ## Unified Canvas Hotkeys
| Setting | Hotkey | | Setting | Hotkey |
| ------------------------------ | ---------------------- | | --------------------------------- | ---------------------- |
| ++"B"++ | Select Brush | | ++b++ | Select Brush |
| ++"E"++ | Select Eraser | | ++e++ | Select Eraser |
| ++"["++ | Decrease Brush Size | | ++bracket-left++ | Decrease Brush Size |
| ++"]"++ | Increase Brush Size | | ++bracket-right++ | Increase Brush Size |
| ++"Shift\+["++ | Decrease Brush Opacity | | ++shift+bracket-left++ | Decrease Brush Opacity |
| ++"Shift\+]"++ | Increase Brush Opacity | | ++shift+bracket-right++ | Increase Brush Opacity |
| ++"V"++ | Move Tool | | ++v++ | Move Tool |
| ++"Shift\+F"++ | Fill Bounding Box | | ++shift+f++ | Fill Bounding Box |
| ++"Delete/Backspace"++ | Erase Bounding Box | | ++del++ / ++backspace++ | Erase Bounding Box |
| ++"C"++ | Select Color Picker | | ++c++ | Select Color Picker |
| ++"N"++ | Toggle Snap | | ++n++ | Toggle Snap |
| ++"Hold Space"++ | Quick Toggle Move | | ++"Hold Space"++ | Quick Toggle Move |
| ++"Q"++ | Toggle Layer | | ++q++ | Toggle Layer |
| ++"Shift\+C"++ | Clear Mask | | ++shift+c++ | Clear Mask |
| ++"H"++ | Hide Mask | | ++h++ | Hide Mask |
| ++"Shift\+H"++ | Show/Hide Bounding Box | | ++shift+h++ | Show/Hide Bounding Box |
| ++"Shift\+M"++ | Merge Visible | | ++shift+m++ | Merge Visible |
| ++"Shift\+S"++ | Save To Gallery | | ++shift+s++ | Save To Gallery |
| ++"Ctrl\+C"++ | Copy To Clipboard | | ++ctrl+c++ | Copy To Clipboard |
| ++"Shift\+D"++ | Download Image | | ++shift+d++ | Download Image |
| ++"Ctrl\+Z"++ | Undo | | ++ctrl+z++ | Undo |
| ++"Ctrl\+Y / Ctrl\+Shift\+Z"++ | Redo | | ++ctrl+y++ / ++ctrl+shift+z++ | Redo |
| ++"R"++ | Reset View | | ++r++ | Reset View |
| ++"Arrow Left"++ | Previous Staging Image | | ++arrow-left++ | Previous Staging Image |
| ++"Arrow Right"++ | Next Staging Image | | ++arrow-right++ | Next Staging Image |
| ++"Enter"++ | Accept Staging Image | | ++enter++ | Accept Staging Image |