-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated shortcuts #1866
Updated shortcuts #1866
Conversation
- Export Animated GIF - Playback range - Peg bar Alignment - Import Image Predefined Set - Import Movie Video - Import Movie Audio - Import Animated Image - Import Layers from project file - Import Palette (Append) - Reset all tools to default - Change Line Color (Current keyframe) - Change Line Color (All keyframes on layer) - Toggle Center Overlay - Toggle Thirds Overlay - Toggle Golden Ratio Overlay - Toggle Safe Areas Overlay - Toggle One Point Perspective Overlay - Toggle Two Point Perspective Overlay - Toggle Three Point Perspective Overlay
The If so, should I also remove the (seemingly abandoned) preview.cpp file? |
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. |
regression introduced by 2c5891d
- preview.h - preview.cpp - actionPreview - CMD_PREVIEW - CmdPreview
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:
Should it be |
- Selection: Reposition Frames - Change Layer / Keyframe Opacity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good to me.
Should it be Frames or Keyframes?
We're not quite consistent regarding this, for now I'd say use the menu names as those might have translations already.
Somewhat related to #1016 / Fixes #1444.
This PR removes the following unused shortcuts:
Export Sound
(Ctrl+I)
Preview
(Alt+P)
..and adds the following missing shortcuts:
Export Animated GIF
(Ctrl+G)
Toggle Center Overlay
Toggle Thirds Overlay
Toggle Golden Ratio Overlay
Toggle Safe Areas Overlay
Toggle One Point Perspective Overlay
Toggle Two Point Perspective Overlay
Toggle Three Point Perspective Overlay
Import Image Predefined Set
Import Movie Video
Import Movie Audio
Import Animated Image
Import Layers from project file
Import Palette (Append)
Import Palette (Replace)
Toggle Range Playback
Peg bar Alignment
Lock Windows
Reset all tools to default
Change Line Color (Current keyframe)
Change Line Color (All keyframes on layer)
Selection: Reposition Frames
Change Layer / Keyframe Opacity
Please let me know if I've missed any!