We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4ea5d commit 08c73b9Copy full SHA for 08c73b9
src/SCRIPTS/BF/ui.lua
@@ -326,7 +326,7 @@ function run_ui(event)
326
if event == EVT_VIRTUAL_PREV_PAGE then
327
incPage(-1)
328
killEvents(event) -- X10/T16 issue: pageUp is a long press
329
- elseif event == EVT_VIRTUAL_NEXT_PAGE or EVT_VIRTUAL_MENU then
+ elseif event == EVT_VIRTUAL_NEXT_PAGE or event == EVT_VIRTUAL_MENU then
330
incPage(1)
331
elseif event == EVT_VIRTUAL_PREV or event == EVT_VIRTUAL_PREV_REPT then
332
incLine(-1)
0 commit comments