diff options
author | WebDev <6970043+WebDev9000@users.noreply.github.com> | 2024-01-20 00:39:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 00:39:33 +0000 |
commit | 30f31d23c6d212389aef035137c381dd79d44a26 (patch) | |
tree | 66bf0f2983ec8896e3a070245e83e2563cd3ad56 /extensions-builtin | |
parent | bcdcc8be7d5fb923d64b7eb8a9a831f26f179d97 (diff) | |
download | stable-diffusion-webui-gfx803-30f31d23c6d212389aef035137c381dd79d44a26.tar.gz stable-diffusion-webui-gfx803-30f31d23c6d212389aef035137c381dd79d44a26.tar.bz2 stable-diffusion-webui-gfx803-30f31d23c6d212389aef035137c381dd79d44a26.zip |
Update hotkey_config.py
Diffstat (limited to 'extensions-builtin')
-rw-r--r-- | extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py b/extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py index 6d9e34d8..89b7c31f 100644 --- a/extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py +++ b/extensions-builtin/canvas-zoom-and-pan/scripts/hotkey_config.py @@ -5,7 +5,7 @@ shared.options_templates.update(shared.options_section(('canvas_hotkey', "Canvas "canvas_hotkey_zoom": shared.OptionInfo("Alt", "Zoom canvas", gr.Radio, {"choices": ["Shift","Ctrl", "Alt"]}).info("If you choose 'Shift' you cannot scroll horizontally, 'Alt' can cause a little trouble in firefox"), "canvas_hotkey_adjust": shared.OptionInfo("Ctrl", "Adjust brush size", gr.Radio, {"choices": ["Shift","Ctrl", "Alt"]}).info("If you choose 'Shift' you cannot scroll horizontally, 'Alt' can cause a little trouble in firefox"), "canvas_hotkey_shrink_brush": shared.OptionInfo("Q", "Shrink the brush size"), - "canvas_hotkey_grow_brush": shared.OptionInfo("W", "Enlarge the brush size"), + "canvas_hotkey_grow_brush": shared.OptionInfo("W", "Enlarge the brush size"), "canvas_hotkey_move": shared.OptionInfo("F", "Moving the canvas").info("To work correctly in firefox, turn off 'Automatically search the page text when typing' in the browser settings"), "canvas_hotkey_fullscreen": shared.OptionInfo("S", "Fullscreen Mode, maximizes the picture so that it fits into the screen and stretches it to its full width "), "canvas_hotkey_reset": shared.OptionInfo("R", "Reset zoom and canvas positon"), |