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

delete shortcuts doesn't not work in windows #42

Open
sontrananh opened this issue Sep 25, 2017 · 1 comment
Open

delete shortcuts doesn't not work in windows #42

sontrananh opened this issue Sep 25, 2017 · 1 comment

Comments

@sontrananh
Copy link

I use this structure to create shorcuts:
DELETE: {
osx: ['command+backspace', 'k'],
windows: 'delete',
linux: 'delete',
},
UNDO: {
osx: ['command+z', 'k'],
windows: 'ctrl+z',
linux: 'ctrl+z',
},

It work fine in osx, but in windows 10 it's doesn't work
How can i fix it

@sontrananh
Copy link
Author

it work fine with backspace button on windows

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

No branches or pull requests

1 participant