mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* 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:
parent
a427ad3dda
commit
dd0568f207
4 changed files with 185 additions and 34 deletions
|
@ -11,7 +11,7 @@ var assert = require('assert');
|
|||
var _ = require('lodash');
|
||||
|
||||
var SPECIAL_KEY_MAP_DEFAULT = {
|
||||
lineFeed : [ 'enter' ],
|
||||
lineFeed : [ 'return' ],
|
||||
exit : [ 'esc' ],
|
||||
backspace : [ 'backspace' ],
|
||||
del : [ 'del' ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue