npm.io
0.0.3 • Published 11 years ago

@nichoth/keycodes

Licence
ISC
Version
0.0.3
Deps
0
Vulns
0
Weekly
0

keycodes

Map of key names to codes.

Install

$ npm install @nichoth/keycodes

Use

// everything
var codes = require('@nichoth/keycodes');
var ENTER = codes.enter;

// one thing
var ENTER = require('@nichoth/keycodes/enter');

Keywords