Skip to content

Instantly share code, notes, and snippets.

@Garbee
Created December 18, 2014 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Garbee/c0cc42791108282229f7 to your computer and use it in GitHub Desktop.
Save Garbee/c0cc42791108282229f7 to your computer and use it in GitHub Desktop.
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