Configuration-centric Keyboard Shortcuts For Angular apps

Author: chieffancypants
Official Page: Go to website
Publish Date: May 1, 2015
License: MIT

Description:

Configuration-centric keyboard shortcuts for your Angular apps. This project is quite a bit different from any other angular-based keyboard shortcut libraries. It is aimed at creating configurable shortcuts in javascript, instead of as directives in the DOM. While tying the shortcuts to DOM elements may work for some Angular apps, mine rarely have a 1-to-1 relationship between DOM elements and controller methods. In my case, many methods on the controller were only accessible through the keyboard.

Features:

  • Define hotkeys on an entire route, automatically binding and unbinding them as you navigate
  • Automatic listing of shortcuts when users hit the ? key
  • Super duper unit tests

Preview:

angular-hotkeys


You Might Be Interested In:

Tags:

Add Comment