Skip to content
New issue

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

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

Already on GitHub? # to your account

Enable space bar trackpad/swipe delete on emoji/clipboard screens #404

Closed
ihatemakinganaccount opened this issue Jan 10, 2024 · 2 comments · Fixed by #966
Closed

Enable space bar trackpad/swipe delete on emoji/clipboard screens #404

ihatemakinganaccount opened this issue Jan 10, 2024 · 2 comments · Fixed by #966
Labels
emoji anything related to emoji view enhancement New feature or request PR Contributors are encouranged to submit a pull request. Just ask in case you are interested.

Comments

@ihatemakinganaccount
Copy link

Is your feature request related to a problem? Please describe.

Space bar and delete swiping doesn't work on emoji and clipboard screens.

Describe the solution you'd like

Would be nice if it worked the same as on the keyboard screen, e.g. being able to move in text/swipe delete even when emoji or clipboard screens are open.

Additional context

This is the case with the og OpenBoard, but considering development of that version seems to have stalled, this would be a nice addition.

@ihatemakinganaccount ihatemakinganaccount added the enhancement New feature or request label Jan 10, 2024
@Helium314 Helium314 added the PR Contributors are encouranged to submit a pull request. Just ask in case you are interested. label Feb 2, 2024
@Helium314
Copy link
Owner

Currently the keys at the bottom of emoji and clipboard views are "just buttons", so the PointerTracker used for handling the swipe for keyboards does not work properly (it does something, but cannot find the correct keys).

Implementing an actual KeyboardView instead of the buttons would be the most important step towards solving this.

@ccoVeille
Copy link

I would love seeing this implemented. I love the "move_cursor" swipe.

I have to close the emoji view to be able to move the cursor, then go back to emoji view to add one more.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
emoji anything related to emoji view enhancement New feature or request PR Contributors are encouranged to submit a pull request. Just ask in case you are interested.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants