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

Allow Esc key to close Cel and Layer Properties windows #1302

Merged
merged 2 commits into from Oct 25, 2016

Conversation

klw0
Copy link
Contributor

@klw0 klw0 commented Oct 23, 2016

Addresses #964, and does the same for the Layer Properties window.

This mostly follows the key handling style used in menu.cpp.

break;

case kKeyEsc:
closeWindow(this);

This comment was marked as spam.

This comment was marked as spam.

break;

case kKeyEsc:
closeWindow(this);

This comment was marked as spam.

@klw0 klw0 force-pushed the esc-close-cel-layer-properties branch from 8c67f5a to 2d0dcc8 Compare October 25, 2016 03:31
@klw0
Copy link
Contributor Author

klw0 commented Oct 25, 2016

@dacap updated.

@dacap
Copy link
Member

dacap commented Oct 25, 2016

Thanks for your contribution @klw0!

@dacap dacap merged commit 674d1d7 into aseprite:master Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants