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

pull/2/merge
Qingping Hou 12 years ago
parent 9441c17a65
commit 8abfa55999

@ -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()

Loading…
Cancel
Save