mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
mod: change to Keys.shiftmode for SHIFT+B binding
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user