mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Bug Fix: DPad conflict on Kindle Keyboard (#12341)
* fix conflicting panning and content selection * accurate keyboard info message
This commit is contained in:
@@ -21,7 +21,7 @@ end
|
||||
function ReaderPanning:onGesture() end
|
||||
|
||||
function ReaderPanning:registerKeyEvents()
|
||||
if Device:hasKeyboard() then
|
||||
if Device:hasKeyboard() and Device:hasDPad() and not Device:useDPadAsActionKeys() then
|
||||
self.key_events = {
|
||||
-- these will all generate the same event, just with different arguments
|
||||
MoveUp = {
|
||||
|
||||
Reference in New Issue
Block a user