mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Allow Backspace to work as back button
This commit is contained in:
@@ -51,7 +51,7 @@ function TweakInfoWidget:init()
|
||||
end
|
||||
if Device:hasKeys() then
|
||||
self.key_events = {
|
||||
Close = { {"Back"}, doc = "cancel" }
|
||||
Close = { {Device.input.group.Back}, doc = "cancel" }
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user