Skip to content

xuender/hotkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 15, 2014
56f1df6 · Oct 15, 2014

History

12 Commits
Oct 15, 2014
Jan 24, 2014
Jan 24, 2014
Jan 24, 2014
Oct 15, 2014
Oct 15, 2014
Oct 15, 2014
Oct 15, 2014

Repository files navigation

ng-hotkey

Provide hotkey functionality in AngularJS

Getting Started

  1. User Bower install hotkey.
bower install ng-hotkey
  1. Include hotkey on your page
<script src="/path/to/hotkey.min.js"></script>
  1. Put nghotkey to your module dependencies
var app = angular.module('app', ['hotkey']);
  1. Set hotkey for elements or directives using hotkey directive as an attribute
  <input type="text" hotkey="ctrl+I"></input>
  <input type="text" hotkey="F2"></input>
  <textarea hotkey="ctrl+shift+v"></textarea>
  <button hotkey="CTRL+M Meta+M" ng-click="run()">run</button>
  <input type="text" enter="func()" focus></input>

Note

If have ng-click attribute then execution ng-click else focus.

About

Provide hotkey functionality in AngularJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published