yparitcher
yparitcher
One last thing, Can you check if the values of `orientation` or `orientationLock` change when the `accelerometer` changes (and or when setting `orientationLock`) , by running (probably via ssh) `lipc-probe...
I wonder if adding `D` to kual `supportedOrientation` in appreg.db (so `UD`) would convince the framework to allow it to be upside down properly (it might just make everything go...
> Thanks for the idea! :D > So I need to `UPDATE value` via sqlite3? Yes
> 2./ I don't remember if we have a guarantee about the order in which Gesture Manager events are sent (ping @yparitcher), because there are a _lot_ of weird magic...
It might help to take some inspiration from `Custom Multiswipes` in gestures where the user can record a custom gesture, same here instead of having to list every combination of...
This would probably need to be extended: https://github.com/koreader/koreader/blob/master/frontend%2Fui%2Fwidget%2Fcontainer%2Finputcontainer.lua#L228 You can add a event for `Input.group.Any` Also you need to deal somewhere with priorities (do shortcuts override default keybindings or not)?...
See this comment for how to store the key name in settings https://github.com/koreader/koreader/blob/adbf3be6ec40872574684688f470e6bf0acb91a8/frontend/device/key.lua#L34 Tldr, you can just cast the key object to a string and it will be sane
We can either do it easy or do it right :) To manual hardcode a few codes is easy but is asking for long term kludges as people add in...
I don't have time now to think this over in depth, but a few points. I don't remember exactly why i liked the way it is currently implemented, so will...
Maybe flush the settings before running the backup to reflect any changes recently made.