Skip to content
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] Don't lose the input when changing the focus window #80

Open
naokiri opened this issue Feb 23, 2025 · 0 comments
Open

[Feature] Don't lose the input when changing the focus window #80

naokiri opened this issue Feb 23, 2025 · 0 comments

Comments

@naokiri
Copy link
Member

naokiri commented Feb 23, 2025

This is a feature request found on naokiri/cskk#260

Current implementation

void FcitxCskkEngine::deactivate(const InputMethodEntry &entry,

Currently resets when the IME is deativated, which loses the input.
fcitx5で別のウィンドウをクリックした時にdeactivateされ、resetでinput内容が失われます。

Wanted implementation

When losing focus and deactivated, don't reset and keep the context.
When coming back to the same context (might depend on the fcitx5 configuration what is the 'same' context), user can input continuously from the previous state.
元に戻ってきた時に状態を保持したままでいて続きから入力できるようになったら嬉しいかもしれない。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant