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

Fix keyboard shortcut for undo in Chrome #1210

Merged
merged 1 commit into from Oct 5, 2015
Merged

Conversation

dethe
Copy link
Member

@dethe dethe commented Oct 5, 2015

Different browser/platform combos return different keycodes for Command (on Mac) / Windows key / Meta (on Linux). All of these are now mapped to "meta" in our code, so 'cmd'-z and 'meta'-z can both be mapped to undo and work across browsers and platforms. The old way was working on Mac in Firefox, but not in Chrome, now it should work everywhere.

@alexjsmac
Copy link
Contributor

:shipit: with extra cred for saucy comments

dethe added a commit that referenced this pull request Oct 5, 2015
Fix keyboard shortcut for undo in Chrome
@dethe dethe merged commit e088567 into master Oct 5, 2015
@dethe dethe deleted the 1209_undo_command_z branch October 5, 2015 03:47
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