* VerticalMenuView up/down working

This commit is contained in:
Bryan Ashby 2014-11-01 09:50:11 -06:00
parent edc8266310
commit 4f3a8ac500
3 changed files with 63 additions and 21 deletions

View file

@ -15,6 +15,8 @@ var VIEW_SPECIAL_KEY_MAP_DEFAULT = {
backspace : [ 'backspace' ],
del : [ 'del' ],
next : [ 'tab' ],
up : [ 'up arrow' ],
down : [ 'down arrow' ],
};
function View(client, options) {