Conversation
|
Thank you, looks good so far.
Pity. I think I'd still add this PR, but do you think Also, you've changed the man page, so could you please update the Readme, too? |
No idea, I'll email them!
Not sure I understand. I can see that I changed the readme, but not sure where the man page comes into it. |
|
Sorry, GitHub's interface got the better of me. Looking good, thanks. Could you please squash the two commits, then I'll merge it 🙂 |
02f8de7 to
1a7138d
Compare
|
Done! |
|
Thank you very much! |
|
The developer of wl-ime-type replied about whether the modifiers can be added fyi:
|
|
Copy and paste would be what we need, but only if applications don't respect the protocol anyway. Thanks for the PR and reaching out to them! |
Added support for wl-ime-type for typing. As far as I can see it doesn't support sending modifiers.
The protocol does: https://gitlab.freedesktop.org/emersion/wl-ime-type/-/blob/master/protocol/input-method-unstable-v2.xml?ref_type=heads#L430 .. but the source code doesn't mention modifiers anywhere https://gitlab.freedesktop.org/emersion/wl-ime-type/-/blob/master/main.c?ref_type=heads
It seems it would be useful to be able to use
wl-ime-typefor typing and use other tools for other methods, but that's a bit bigger scope.