Let users scroll desc in file browser

This commit is contained in:
Bryan Ashby 2020-11-27 16:44:40 -07:00
parent cd3b495e6c
commit d55e8fb3e0
No known key found for this signature in database
GPG key ID: B49EB437951D2542
5 changed files with 27 additions and 1 deletions

View file

@ -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
}
]
}