gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.84k stars 2.3k forks source link

[ImageEditor] - Add industry standard shortcut keys to resize brushes (UX improvement) #3279

Open Alchete opened 1 year ago

Alchete commented 1 year ago

This is a request to add shortcut keys to resize brushes in the Sketch components ala Photoshop / Excalidraw so users can keep their hands on their keyboards.

[ - downsizes the brush by a fixed amount ] - upsizes the brush by a fixed amount

pngwn commented 7 months ago

We can't enable this at all times because the chances of it interfering with OS/ Browser level shortcuts are very high.

As a compromise we will add these kind of shortcuts in full screen mode.