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

Mac vs Windows Keyboard shortcuts #31

Closed
amcdnl opened this issue May 21, 2014 · 2 comments
Closed

Mac vs Windows Keyboard shortcuts #31

amcdnl opened this issue May 21, 2014 · 2 comments
Labels

Comments

@amcdnl
Copy link

amcdnl commented May 21, 2014

I have to add duplicate handlers for mac vs windows like: http://www.screencast.com/t/hGBMJ3ikoCX

Anyone got a better idea how to handle this? Should this be a hotkey core item?

@chieffancypants
Copy link
Owner

This is supported, use mod to do so. Example:

hotkey.add('mod+s', ...)

which will automatically display and bind ctrl or command depending on the OS

@amcdnl
Copy link
Author

amcdnl commented May 28, 2014

Thats AWESOME!

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

No branches or pull requests

2 participants