Created
December 18, 2014 21:17
-
-
Save Garbee/c0cc42791108282229f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var kuary = new Kuary(window); | |
kuary.add({ | |
"keys": [ | |
'alt', | |
'shift', | |
's' | |
], | |
"execute": function() { | |
window.alert('Alt, Shift, and S pressed'); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment