David
David
#12078 includes a shortcut to hide the virtual keyboard without losing focus ("Shift" + "Home") albeit, on a case by case basis, so you will have to manually hide it...
> There's a `⇱` *button* in some widgets (most prominently anything based on the Text Editor). Mmmm, i was thinking about actual physical keyboards (like 60% layout ones) that might...
> Ctrl + up/down is the same as Home/End, but why? Just making sure it could be used everywhere not just on readers with keyboards.
no promises atm but if one were to embark on this somewhat tedious task, would something like this be acceptable or do you have any other ideas, replacing all these...
> > replacing all these instances: > > > > Well, I'd rather see a single instance of that trick, and not have this in the ~50 places that call...
Works fine on kindle 3, could anyone else confirm if it works for them?
Thinking about this, would it be possible to re-map the left/right to next chapter (when inside a book), and up/down to trigger this feature from #8877 using a user patch?...
> If any of those are currently mapped to any button events it might be simpler still. https://github.com/koreader/koreader/blob/ca8e9352ba962e48843cd1d86812e42bdade7708/frontend/device/kindle/event_map_keyboard.lua > > I don't have time to investigate right now, but what...
I have the logs, I think... I opened a book and went: right, up, left, down, keyboard button. Logs ``` 04/18/24-00:46:53 DEBUG key event => code: 106 (Right), value: 0,...
I've removed the `hasFewKeys` but continues to work the same way, I've also created two more but don't know what to use in the `event` field. ```lua self.key_events.GotoNextPage = {...