0.9.0 • Published 8 years ago

ov-keypad v0.9.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

ov-keypad NPM version Build Status Dependency Status Coverage percentage

Extend a 4x4 matrix keypad into an Alpha-Numeric keypad with six function keys and extended characters.

Note only compatible with ECMAScript 6 (ES6).

4x4 Matrix with Keys labeled as follows:
1 2 3 F
4 5 6 C
7 8 9 D
A 0 B C

Interpret multiple key presses to return extended characters:
1) 1 . @ _ :
2) 2 a b c |
3) 3 d e f !
4) 4 g h i $
5) 5 j k l /
6) 6 m n o ,
7) 7 p q r s
8) 8 t u v \
9) 9 w x y z
0) 0 ? + - =
A) F1 * space #
B) F2
C) F3
D) F4
E) F5
F) F6

Installation

$ npm install --save ov-keypad

Usage

var ovKeypad = require('ov-keypad');

var keypad = new ovKeypad();

License

MIT © OnVelocity

0.9.0

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago