adjust fiveway rotation

This commit is contained in:
Dobrica Pavlinusic
2012-03-01 23:04:17 +01:00
parent de1725d395
commit 5de749f457

View File

@@ -370,6 +370,7 @@ function PDFReader:inputloop()
while 1 do
local ev = input.waitForEvent()
if ev.type == EV_KEY and ev.value == EVENT_VALUE_KEY_PRESS then
ev.code = adjustFWKey(ev.code)
local secs, usecs = util.gettime()
if ev.code == KEY_SHIFT then
self.shiftmode = true