ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Add ability to use classic Paint Alt shortcuts #204

Closed ZMYaro closed 2 years ago

ZMYaro commented 3 years ago

Like Office 2007+, if a user starts a keyboard shortcut that would have worked with the classic Paint menu bar, show a message about it being recognized and handle it if possible.

If it was recognized but could not be handled, still show a message letting the user know it was recognized.

File

Edit

View

View → Zoom

Image

Colors

Help

Win7 Paint File menu

Win7 Paint Home tab

Win7 Paint View tab

Win7 Paint Text tab

Bonus

ZMYaro commented 3 years ago

This might get pushed back from v3.3 depending on time.

ZMYaro commented 3 years ago

Office 2007 reference (source): image

ZMYaro commented 3 years ago

Implemented in... https://github.com/ZMYaro/paintz/commit/38b05f164f667262856501fa3117cd2f5b8790fe (File) https://github.com/ZMYaro/paintz/commit/6ec1cd19d4444126f6591b70be5a40cadb4cd946 (Edit) https://github.com/ZMYaro/paintz/commit/5dc23c64b814775bdb2114600183dab37c7bbf1b (View) https://github.com/ZMYaro/paintz/commit/e2fab746ac39ba8b2e0367a22b6b82272886bee5 (Image) https://github.com/ZMYaro/paintz/commit/3520db23890f3d680e9dee6f6bb493fe8f8aad0c (Colors) https://github.com/ZMYaro/paintz/commit/92d8233a42e8dbb5adfb7af3bd2942af2348fede (Help) https://github.com/ZMYaro/paintz/commit/5d6ccc9369be002884af792c7abea5f94bc80dbf, https://github.com/ZMYaro/paintz/commit/05bf8c6745b3e4f85e5eaea78d2b85e8c38edc2b (Win7 Home) https://github.com/ZMYaro/paintz/commit/2d962422abc5c6ec214fcb43176f77c30799fe60 (Win7 View)

ZMYaro commented 2 years ago

Reference dialog added in https://github.com/ZMYaro/paintz/commit/14302d5930152d9eda90883df7726799dc3cb3ef.

ZMYaro commented 2 years ago

Win7 Text tab shortcuts implemented in https://github.com/ZMYaro/paintz/commit/87e92b8134288393fcb5165d5b9b09294dd5040e.