summaryrefslogtreecommitdiff
path: root/src/tangara/input/input_hook_actions.cpp
AgeCommit message (Collapse)Author
2025-04-22add single touch shourtcuts for touch wheelTab_theFox
This allows you to use the touch wheel for quick playback control: - bottom quadrant for play/pause - left and right quadrant for track skip back / forward - top quadrant to seek back 25 seconds (handy when listening to a podcast)
2025-03-19ailurux/button-media-controls (#264)ailurux
Splits the control scheme into separate schemes for the side buttons and touchwheel, allowing them to be configured independently of each other. At least one input must be used for navigation, and there are guards to prevent locking oneself out of any input. If the input scheme is invalid, a pop up will show alerting the user. Different behaviours can be bound to the side buttons for when the device is locked or unlocked. This PR also adds a mode for these buttons that controls media playback (prev/next on up/down, pressing both buttons toggles play/pause). There are some changes to the way inputs handle locking. Rather than the input devices tracking the current locked mode, different input devices are created on lock depending on the mode that is configured. Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/264 Co-authored-by: ailurux <ailurux@noreply.codeberg.org> Co-committed-by: ailurux <ailurux@noreply.codeberg.org>
2024-06-14Merge branch 'jqln/lvgl-bump'jacqueline
2024-06-13Scroll to 'top/bottom' by only 10 at a timejacqueline
Prevents a nasty device lockup when scrolling infinite lists
2024-06-12WIP fix issues introduced by lvgl version bumpjacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline