Second screen track pad implementation #453
Open
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.
Touchpad Mode for Secondary Displays + 3-Finger Keyboard Fix
What's New
This PR adds a touchpad mode for dual-screen setups and fixes the annoying issue where the 3-finger keyboard gesture
would flash and immediately close.
Touchpad Mode Feature
mode is enabled in settings)
3-Finger Keyboard Gesture Fix
This has been broken in Artemis for a while - when you'd do the 3-finger tap, the keyboard would appear for a split
second and vanish.
What was wrong:
What's fixed:
Files Changed
Modified:
Added:
Testing
Tested on AYN Thor (dual-screen handheld) with touchpad mode enabled/disabled, 3-finger gesture, keyboard input,
display disconnects, and app lifecycle stuff.
Compatibility
Everything is backwards compatible. Touchpad mode is optional and off by default. The keyboard fix just makes the
existing 3-finger gesture actually work.