Key shortcuts: one gesture picker for all actions, incl. long-press wheel — v2.5.6 - #70
Merged
Merged
Conversation
Back could only be triggered by wheel long-press. Add a "Back keymap" alongside the colour and recents keymaps, so the system Back action can be bound to any hardware gesture (camera long-press / volume up+down / double volume up / double volume down). Lets you set e.g. Recents = camera long-press and Back = volume up + down. Mirrors recentsKeymap end to end: a Prefs slot, inclusion in the service's key handling (early-out, camera binding, fireGesture → GLOBAL_ACTION_ BACK), and a cycle row in the shortcuts settings. When a gesture is shared, precedence is colour, then recents, then back. The wheel-long-press-back toggle is unchanged (a separate trigger). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Unbc3zuLA7kfCnaBL4pCHF
…ess wheel Give Colour toggle / Recent apps / Go back the same set of hardware gestures: Off, long-press wheel, volume up+down, long-press camera. Adds long-press wheel as a real gesture (COLOR_KEYMAP_WHEEL_LONG) any action can use — so recents (or anything) can live on the wheel, not just Back. Drops the double-volume gestures and the standalone "wheel long-press goes back" toggle; the latter migrates once into the Back keymap. The settings rows now cycle a value-indexed list so display order is independent of the stored ints (kept stable). Camera/volume/wheel are still only active inside apps, never on the LightOS home screen. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Unbc3zuLA7kfCnaBL4pCHF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What you asked for
All three key-shortcut actions — Colour toggle, Recent apps, Go back — should share one clean list of hardware gestures:
Change
COLOR_KEYMAP_WHEEL_LONG) any action can use — so Recents (or anything) can live on the wheel, not just Back.Your config after this
In Key shortcuts & more: set Recent apps → Long-press camera and Go back → Volume up + down (or → Long-press wheel — now available for any action).
Version → 2.5.6. Holding merge until CI confirms the build (Android service/UI change I can't compile standalone).
🤖 Generated with Claude Code
https://claude.ai/code/session_01Unbc3zuLA7kfCnaBL4pCHF