-
Notifications
You must be signed in to change notification settings - Fork 4
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
Select emoji with a keyboard #2
Comments
@maximbaz that's a very good suggestion, but not so "quick" to code. I imagine @KELiON is busy right now as I'm also busy to code it. There are some plugins that implement it as my As you can see, @KELiON contributed himself to add keyboard navigation to that: cerebroapp/cerebro-duck-duck-go#1. The approach wouldn't be hard :) PR's are always welcome 🎉! |
I'd also like to see this keyboard nav! @tiagoamaro in case of this plugin it will be a bit harder, because in google/duck-duck-go plugin items are located vertically and could be navigated only with up/down keys: But in this plugin we have a grid with dynamic count of items horizontally/vertically: I think changing it to some fixed grid layout will solve the problem so we can navigate with arrows or cmd/ctrl+hjkl |
Actually, it's not a "grid" per se. It's just an emoji list displayed as a grid because of CSS. If I get my hands on this issue, I'll do the following way: just right/left/j/k navigation assuming the emoji list as a circular list. Easier and doesn't change the original implementation.
… Em 21 de mar de 2017, às 13:41, Alexandr Subbotin ***@***.***> escreveu:
I'd also like to see this keyboard nav!
@tiagoamaro in case of this plugin it will be a bit harder, because in google/duck-duck-go plugin items are located vertically and could be navigated only with up/down keys:
But in this plugin we have a grid with dynamic count of items horizontally/vertically:
I think changing it to some fixed grid layout will solve the problem so we can navigate with arrows or cmd/ctrl+hjkl
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How hard would it be to allow selecting emoji with arrow keys (or Ctrl+jklh in the latest Cerebro), and copying it with Enter (or Ctrl+o)? That would be very cool for accessibility, no need to reach for a mouse just to copy one of the emojis.
Update: oh, I see @tiagoamaro already suggested that in #1 🙂
The text was updated successfully, but these errors were encountered: