mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-03 16:31:59 +02:00
Let users scroll desc in file browser
This commit is contained in:
parent
cd3b495e6c
commit
d55e8fb3e0
5 changed files with 27 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
|||
mci: {
|
||||
MT1: {
|
||||
mode: preview
|
||||
acceptsFocus: false
|
||||
}
|
||||
|
||||
HM2: {
|
||||
|
@ -152,6 +153,10 @@
|
|||
keys: [ "?" ]
|
||||
action: @method:displayHelp
|
||||
}
|
||||
{
|
||||
keys: [ "down arrow", "up arrow", "page up", "page down" ]
|
||||
action: @method:movementKeyPressed
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue