pencil2d / pencil

Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations. Pencil2D is open source and cross-platform.
http://pencil2d.org
GNU General Public License v2.0
1.48k stars 273 forks source link

Updated shortcuts #1866

Closed HeCorr closed 3 months ago

HeCorr commented 3 months ago

Somewhat related to #1016 / Fixes #1444.

This PR removes the following unused shortcuts:

..and adds the following missing shortcuts:

Please let me know if I've missed any!

HeCorr commented 3 months ago

The View > Preview (Alt + P) action/menu item/shortcut seems to be unused as well. Should I go ahead and remove it?

If so, should I also remove the (seemingly abandoned) preview.cpp file?

MrStevns commented 3 months ago

Nice job HeCorr!

I'd recon that we remove the preview file for now, since it's been lying there for a long time and never gotten fully implemented but maybe @chchwy disagree?

chchwy commented 3 months ago

Nice job HeCorr!

I'd recon that we remove the preview file for now, since it's been lying there for a long time and never gotten fully implemented but maybe @chchwy disagree?

It's totally fine to remove it for now. It should be added back once the feature is fully functional.

HeCorr commented 3 months ago

Preview feature and it's shortcuts removed!

I found some more missing shortcuts to add and also some that don't match their menu name:

Menu name Shortcut name
Reverse Frames Order Selection: Reverse Keyframes
Remove Frames Selection: Remove Keyframes

Should it be Frames or Keyframes?