David

Results 526 comments of David

Come on @ryanwwest I believe in you, you can do it. You can do it, you can do it, you can do it.

> > in any case, it should be an option - or a user patch, because it doesn't really feel like a feature, but more something for OCD people :)...

I don't really mind this so long as it is `off` by default, I just think it would be best implemented like the existing stretch feature found on the sleep...

> I'm absolutely sure that without a direct comparison, _almost_ no one is able to see a distortion of 5-10% - and most are not even able to see a...

I don't mean to be rude or anything by calling you out like this but, @comphilip, is this (and #11821) something you would be interested in helping out with? I...

just reporting here that, since no long-press is available in menus, book-specific tweaks become uneditable after setting them up (ask me how I know). btw this #11533 works great with...

I have managed to get `Hold` (long press) to work on file manager and the menu, however I can't for the life of me figure out where the mappings for...

So I am trying to add ```lua if Device:hasFiveWay() then self.key_events.Hold = { { "ScreenKB", "Press" }, event = "Hold" } self.key_events.FocusLeft = { { "Left" }, event = "FocusMove",...

> > led me to believe that perhaps on non-touch grid view might not be seen as a 2D grid but maybe just a fancy list... I might be wrong...

> Tssss. Just search for "layout" and look around all matches in https://github.com/koreader/koreader/blob/master/frontend/ui/widget/buttontable.lua. This is used for the button table (a grid) that we show on multiwords text selection, I...