anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
978 stars 59 forks source link

[Feature Request]: Mouse and keyboard shortcuts for inpainting #50

Open mlrey7 opened 1 year ago

mlrey7 commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

Are there plans to make KB/Mouse shortcuts for the inpainting functionality, like zooming on inpaint area with ctrl/shift + scroll wheel, ctrl/shift + scroll wheel to change brush size, spacebar + drag for panning the area?

Proposed workflow

Once in inpaint: Ctrl + wheel changes brush size Shift + wheel activates the zoom Spacebar activates the panning

Additional information

No response

dexyel commented 1 year ago

There an extension called Canvas Zoom that does that, but I don't know if it works with this fork

anapnoe commented 1 year ago

this are the available keycodes more will be added in the future

keycodes.BACKSPACE: autofit keycodes.ESCAPE: close keycodes.LEFT: prev keycodes.RIGHT: next

keycodes.NUMBLOCK_PLUS: zoom_in
keycodes.PLUS : zoom_in
keycodes.NUMBLOCK_MINUS:zoom_out
keycodes.MINUS:zoom_out