Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
/ z-shortcuts Public archive

Zepto Shortcuts enable the ability to bind to shortcuts entered from the keyboard

License

Notifications You must be signed in to change notification settings

charsleysa/z-shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

z-shortcuts

Z Shortcuts enable the ability to bind to shortcuts entered from the keyboard Available for both Zero and Zepto

Usage: $(<identifier>).shortcut(<shortcut>, <function>)

Example usage:

$(document).shortcut("ctrl+shift+x", function(){ alert("ctrl+shift+x was pressed"); });

About

Zepto Shortcuts enable the ability to bind to shortcuts entered from the keyboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published