* VerticalMenuView up/down working
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user