Kobo: Allow disabling key repeats

Re #10743

Note that this only makes faulty switches slightly less annoying: for a
stuck switch, instead of a string of page turns, you'll get a single
missed page turn on the tap that actually releases the stuck contact...
This commit is contained in:
NiLuJe
2023-08-12 00:34:29 +02:00
parent ddf6f3616c
commit f4aca567ef
7 changed files with 86 additions and 6 deletions

View File

@@ -350,7 +350,7 @@ local function exitReader()
-- Restore initial inversion state
Device.screen:setHWNightmode(hw_nightmode)
-- shutdown hardware abstraction
-- Shutdown hardware abstraction
Device:exit()
if Profiler then Profiler.stop() end