View Single Post
Old 03-14-2013, 08:52 PM   #951
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
Sorry for raising GitHub issue here (and not on GitHub itself).

Home button on KT doesn't work because of this code (at frontend/ui/inputevent.lua):
Code:
function Input:init()                          
        # ...
        if Device:hasKeyboard() then                    
                self:initKeyMap()                     
        end
Let's count it as half-a-bug, because, ehm... Kindle Touch has no keyboard, right. But it has the key!
eureka is offline   Reply With Quote