Skip to content
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

[3.x] Add shift + [1-5] keyboard shortcuts to zoom out #50499

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

AaronRecord
Copy link
Contributor

3.x version of #50498

@AaronRecord AaronRecord changed the title Add alt + [1-5] keyboard shortcuts to zoom out [3.x] Add alt + [1-5] keyboard shortcuts to zoom out Jul 15, 2021
Comment on lines +6091 to +6095
ED_SHORTCUT("canvas_item_editor/zoom_100_percent", TTR("Zoom to 100%"), KEY_1);
ED_SHORTCUT("canvas_item_editor/zoom_200_percent", TTR("Zoom to 200%"), KEY_2);
ED_SHORTCUT("canvas_item_editor/zoom_400_percent", TTR("Zoom to 400%"), KEY_3);
ED_SHORTCUT("canvas_item_editor/zoom_800_percent", TTR("Zoom to 800%"), KEY_4);
ED_SHORTCUT("canvas_item_editor/zoom_1600_percent", TTR("Zoom to 1600%"), KEY_5);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just does the same thing as #50497.

@AaronRecord AaronRecord changed the title [3.x] Add alt + [1-5] keyboard shortcuts to zoom out [3.x] Add shift + [1-5] keyboard shortcuts to zoom out Jul 16, 2021
@AaronRecord
Copy link
Contributor Author

Huh, the JavaScript builds are failing, but I don't think it's my fault.

@akien-mga akien-mga merged commit f9707e1 into godotengine:3.x Jul 20, 2021
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants