Skip to content

glenfury/keyfunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

keyfunctions

Angular Module for handing key events

http://plnkr.co/edit/3PPf8Y

examples:

<textarea kf-init kf-ctrl-s="SomeSaveFunction()"></textarea>

<textarea kf-init kf-enter="EnterPressed()"></textarea>

<input type="text" kf-init kf-a="KeyAPressed()" />

<input type="text" kf-init kf-alt-b="AltBPressed()" kf-2="Number2Pressed()" kf-shift-5="Shift5Pressed() />

About

Angular Module for handing key events

Resources

License

Stars

Watchers

Forks

Packages

No packages published