mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add PgBack and PgFwd key group in inputevent.lua
This commit is contained in:
@@ -183,6 +183,8 @@ Input = {
|
||||
-- these groups are just helpers:
|
||||
group = {
|
||||
Cursor = { "Up", "Down", "Left", "Right" },
|
||||
PgFwd = { "RPgFwd", "LPgFwd" },
|
||||
PgBack = { "RPgBack", "LPgBack" },
|
||||
Alphabet = {
|
||||
"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M",
|
||||
"N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"
|
||||
|
||||
Reference in New Issue
Block a user