From aee9871d4d562f625a108a0774b71455a8fbfdd0 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 29 Apr 2012 23:54:20 +0800 Subject: [PATCH] add PgBack and PgFwd key group in inputevent.lua --- inputevent.lua | 2 ++ 1 file changed, 2 insertions(+) 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"