Allow Backspace to work as back button

This commit is contained in:
poire-z
2022-01-23 18:40:37 +01:00
parent ccc49036aa
commit 16e3b2f0ac
31 changed files with 50 additions and 27 deletions

View File

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