mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* VerticalMenuView up/down working
This commit is contained in:
parent
edc8266310
commit
4f3a8ac500
3 changed files with 63 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue