diff --git a/inputevent.lua b/inputevent.lua index 9d248f9e2..af27c3f05 100644 --- a/inputevent.lua +++ b/inputevent.lua @@ -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"