fcitx / fcitx5-cskk

SKK input method plugin for fcitx5 that uses LibCSKK
GNU General Public License v3.0
40 stars 3 forks source link

Copy & Paste, especially paste #18

Closed naokiri closed 2 years ago

naokiri commented 3 years ago

Need more investigation on how fcitx5 handles clipboard copy/paste, but want to be able to paste on register mode.

Is it pass-through to wayland that we get some file descriptor on paste? Or have to call or register callback on fcitx5?

naokiri commented 3 years ago

The surrounding-text API seems not fully implemented?

As far as I checked fcitx5-skk, it accepts the DBus notificaiton used in IBus but doesn't seem to catch the wayland's surrounding_text call. Also the fcitx5's wayland-im seems no such code for surrounding_text. I don't know if any applicaiton already supports surrounding_text on wayland and couldn't check whether it's true or not.