mod: change to Keys.shiftmode for SHIFT+B binding

This commit is contained in:
Qingping Hou
2012-03-04 02:05:48 +08:00
parent 9441c17a65
commit 8abfa55999

View File

@@ -442,7 +442,7 @@ function PDFReader:inputloop()
elseif ev.code == KEY_T then
self:showTOC()
elseif ev.code == KEY_B then
if self.shiftmode then
if Keys.shiftmode then
self:add_jump(self.pageno)
else
self:showJumpStack()