jQuery keyboard-shortcuts.js

Try the following keyboard shortcuts in your browser window:

 

Options

 

Get Started

  1. Include jQuery
  2. Include Keyboard Shortcuts jQuery Plugin
  3. Initialize
    • $(window).initKeyboard()
  4. Add events
    • $(window).on('Shift+▶', function(){
          // Execute function here
      });