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

Haptic and audible feedback on emoji key press + key border displayed properly. #426

Merged
merged 3 commits into from
Sep 20, 2023

Conversation

sslater11
Copy link
Contributor

@sslater11 sslater11 commented Sep 19, 2023

Fixes #421 and #422
I just copied and pasted your code for the audible and haptic feedback that already existed.

Issue:
If we enable/disable the audible or haptic feedback whilst the emoji picker is open, the effects won't take place. We have to switch out of the emoji picker and back into it for the changes to take effect.
I'm not really sure how to fix that as I don't see how you've achieved it.

The key borders in emoji view were displayed incorrectly, and now they show as white in dark mode and black in light mode.

@sslater11 sslater11 changed the title Haptic and audible feedback on emoji key press. Haptic and audible feedback on emoji key press + key border displayed properly. Sep 19, 2023
Copy link
Owner

@dessalines dessalines left a comment

Choose a reason for hiding this comment

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

Didn't realize we could inject those, nice!

Also I think the person with key borders was asking that the emoji keys have borders, which I don't think we have any control over.

@dessalines dessalines merged commit 6c634d5 into dessalines:main Sep 20, 2023
@dessalines
Copy link
Owner

In the future you have to put Fixes # for each issue.

@sslater11
Copy link
Contributor Author

That's a good suggestion, thank you. I will put the "Fixes #issuenum" in the git commit next time 😄.

@sslater11 sslater11 deleted the emoji branch October 21, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[small nitpick] have emoji keys respect vibrate on tap setting
2 participants