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

Add keycodes utility #9004

Merged
merged 1 commit into from Apr 28, 2017
Merged

Add keycodes utility #9004

merged 1 commit into from Apr 28, 2017

Conversation

kmh287
Copy link
Contributor

@kmh287 kmh287 commented Apr 27, 2017

I've replaced all the uses I could find in the codebase (and the tests). There are some unused keycodes in here that are used in some of my pending PRs.

Fixes #9000

/to @aghassemi @jridgewell

* @enum {number}
*/
export const Keycodes = {
ESCAPE: 27,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ESC instead of ESCAPE?

Copy link
Contributor

@aghassemi aghassemi left a comment

Choose a reason for hiding this comment

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

LGTM

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

3 participants