-
Notifications
You must be signed in to change notification settings - Fork 25
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
[feature suggestion] trigger emoji picker with ":" cancel with the tab key #25
Comments
You can switch to another input method when you don't want the picker to appear. On GNOME you can add multiple input methods and use |
I agree with Depau. I'm not sure what you want is possible with ibus. It sounds you wish to keep the current language's input method, but automatically switch to emoji-input whenever |
What I'm suggesting is that the suggestion box is triggered using ":"
As switching IME can be hassle if one already used multiple IME's
On Mar 27, 2018 6:18 AM, Ori Avtalion <[email protected]> wrote:
I agree with Depau.
I'm not sure what you want is possible with ibus. It sounds you wish to keep the current language's input method, but automatically switch to emoji-input whenever : is pressed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#25 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJ8GW6L3-VM6yYZZKtHV1UvIuNn-IfPSks5tigPNgaJpZM4S8TSp>.
|
Are you referring to a situation where you want to type an emoji, then type text, then type another emoji? What should happen when you type ESC after entering this mode? Should it leave the text you used to search an emoji as "real text", or should it delete it? I can see how both cases can be useful and/or annoying in different situations. |
I think what he's trying to propose is that normally the IME should insert the text directly into the field without showing the dialog. I think it could be a useful feature, if made optional, as most of us users are already used to |
yes i'm trying to propose what depau said basically a type of prefix search function |
I don't think @depau accurately describes what you want since Github et al still show the drop-down. I have several questions now:
|
Also, how can you search multiple keywords in |
yes i'm not saying we don't need the drop down you can search multiple keywords in github's case by "_" finally i would like to use the full capabilties of what you can normally do but with a trigger other than keyboard switch as i have at least 5 ime on my computer |
underscores are already part of shortnames on Github. Github it's not really a search and it's not really a keyword separator. If you're suggesting ignoring underscores in names, and instead using them as a keyword separator, that's possible. |
would space be a problem if the search is triggered by a colon tho? or an other character/key cause that's what i'm basically suggesting: a way to activate or deactivate emoji input without switching keyboards |
It's possible to have space remain in search mode, which is what the current behavior does. I was suggesting it can change to better emulate Github's behavior, but I think it's better to keep it as-is. OK, I will try implementing the |
alright, in the meantime i'll remove the |
i have been trying hack an trigger, so far without any luck... |
this would be a killer feature. I am looking for something like the rocket on mac |
this would still be a killer feature imo
toggling this script sets the input method to uniemoji and back to whatever the user had first |
Why don't you just bind the script to a key, using your WM or |
i did, it switches to uniemoji but it doesn't switch back. it flaslessly however if it is ran in the same terminal window |
i just had the idea to perhaps cancel emoji input and just leave the inputted text using the tab key, since that key seems unused atm |
is this feature enabled yet? |
No, I didn't implement it. Patches are welcome. |
This really doesn't play nice with multiple with any input sources but just English. Switching from
For me this seems very unintuitive as Tab is usually used as "Complete" in these sort of emoji pickers (e.g. Discord) and code editors. I personally don't see a need to cancel the emoji prompt and leave the inputted text unless you just typed : (Space OR Enter) which will often happen when using a colon normally. |
Having the emoji picker appearing all the time while typing might be cumbersome at times
It would be useful if it only appeared when the user needs emoji
A common way i've seen this implemented is by using ":" not unlike how it works on github 😄
The text was updated successfully, but these errors were encountered: