* Most of new key/DSR implementation in place... a bit more to go with separation of ch vs key & cleaing up the two handlers -> one onKeyPress

This commit is contained in:
Bryan Ashby 2015-06-04 22:29:14 -06:00
parent a427ad3dda
commit dd0568f207
4 changed files with 185 additions and 34 deletions

View file

@ -11,7 +11,7 @@ exports.View = View;
exports.VIEW_SPECIAL_KEY_MAP_DEFAULT = VIEW_SPECIAL_KEY_MAP_DEFAULT;
var VIEW_SPECIAL_KEY_MAP_DEFAULT = {
accept : [ 'enter' ],
accept : [ 'return' ],
exit : [ 'esc' ],
backspace : [ 'backspace', 'del' ],
del : [ 'del' ],