Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Touchscreen): add support for touchscreen devices #129

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

ShadowApex
Copy link
Contributor

No description provided.

@ShadowApex ShadowApex requested a review from pastaq June 21, 2024 21:12
@ShadowApex ShadowApex force-pushed the shadowapex/fts3528-touchscreen branch from ca54aab to 3dffd31 Compare June 21, 2024 22:14
pastaq
pastaq previously approved these changes Jun 21, 2024
@pastaq pastaq dismissed their stale review June 21, 2024 23:33

Wrong PR

@ShadowApex ShadowApex force-pushed the shadowapex/fts3528-touchscreen branch 2 times, most recently from 903067b to d43f4cb Compare June 26, 2024 19:42
@ShadowApex ShadowApex force-pushed the shadowapex/fts3528-touchscreen branch 2 times, most recently from 5665d92 to 8b0a3db Compare June 27, 2024 19:25
@ShadowApex ShadowApex marked this pull request as ready for review June 27, 2024 19:27
@ShadowApex ShadowApex force-pushed the shadowapex/fts3528-touchscreen branch from 8b0a3db to 32e36c8 Compare June 27, 2024 19:44
@@ -335,8 +359,8 @@ fn actions_from_capability(capability: Capability) -> Vec<Action> {
Keyboard::KeyInsert => vec![Action::None],
Keyboard::KeyDelete => vec![Action::None],
Keyboard::KeyMute => vec![Action::VolumeMute],
Keyboard::KeyVolumeDown => vec![Action::VolumeUp],
Keyboard::KeyVolumeUp => vec![Action::VolumeDown],
Keyboard::KeyVolumeDown => vec![Action::VolumeDown],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol

@ShadowApex ShadowApex force-pushed the shadowapex/fts3528-touchscreen branch from 32e36c8 to fe22b1f Compare June 27, 2024 22:23
@ShadowApex ShadowApex merged commit e598f24 into main Jun 28, 2024
2 checks passed
@ShadowApex ShadowApex deleted the shadowapex/fts3528-touchscreen branch June 28, 2024 00:16
Copy link

🎉 This PR is included in version 0.25.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants