mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 05:43:39 -08:00
Update zoom.js
This commit is contained in:
parent
39db1d09d1
commit
4dde96109b
1 changed files with 2 additions and 2 deletions
|
|
@ -218,8 +218,8 @@ onUiLoaded(async() => {
|
|||
canvas_hotkey_fullscreen: "KeyS",
|
||||
canvas_hotkey_move: "KeyF",
|
||||
canvas_hotkey_overlap: "KeyO",
|
||||
canvas_hotkey_shrink_brush: "BracketLeft",
|
||||
canvas_hotkey_grow_brush: "BracketRight",
|
||||
canvas_hotkey_shrink_brush: "KeyQ",
|
||||
canvas_hotkey_grow_brush: "KeyW",
|
||||
canvas_disabled_functions: [],
|
||||
canvas_show_tooltip: true,
|
||||
canvas_auto_expand: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue