-
Notifications
You must be signed in to change notification settings - Fork 5
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
option to disable typing consonant twice making it double consonant #12
Comments
do you mean ibus hangul has such an option or behave like that? I cant find or make ibus-hangul to work the way like you said. |
btw if you want a easy way to type ㄱㄱ , just press esc in the middle, if that helps. |
it's the default behavior of ibus. 2024-09-10_07-29-29.mp4
this requires extra keystroke, which is inconvenient as it deviates from other popular korean input methods. |
I'm testing with ibus-hangul 1.5.5 on archlinux and it has the exact same behavior like fcitx. What's your version of ibus-hangul? 2024-09-09.17-59-56.mp4I think it's more likely you hit a ibus bug/issue. Instead of ibus is expected to behave like this. |
my ibus version is 1.5.28. |
ibus version doesnt matter. Can you do the test under X11 instead of wayland? |
why does ibus-hangul version matter but ibus version doesn't?
my ibus-hangul version is 1.5.4-2.
sorry but i don't follow, why does it have to be reproduced in X11 specifically? furthermore, ibus behavior was just one of the many examples given, and talking about this further seems to stray from original topic of feature request. |
@scarf005 you didnt get what I mean. So first of all, I believe you wrongly think that ibus has this feature. I think the behavior you saw is actually a bug when you use ibus-hangul and wayland. To my knowledge, the ibus that you're using have no proper wayland support. ibus-hangul code havent got any code change in recent years. that's why I'm confused why you claim ibus does this and I can not get the same behavior here on my system. Don't get me wrong, fcitx hangul support was initially ported from ibus implementation. The thing is I dont understand why same code would have different behavior. If you can prove that ibus-hangul can do the behavior you said under X11, then I'd be happy to check how they implemented this. Or you can leave the distribution name and I can test it myself. Is that a kubuntu or kde neon or just debian? |
2024-09-10_23-16-18.mp4recorded in X11 ibus-hangul. not sure why this works on my machine. there's also this open issue: libhangul/ibus-hangul#111 it should be also noted that ibus also suffers for
the reference code for system information of laptop with ibus:
|
what's your distribution? It might carry some patch in the downstream. |
@wengxt I can see debian packaged a git 2019 version of libhangul, that might be the reason. |
@scarf005 actually.. when I install hangul git version here, I automatically get the behavior you asked, without any code change on fcitx5-hangul. |
have you read #12 (comment) ? it's kubuntu 23.04 |
that's a good news... i guess it means fcitx-hangul depends on dynamically linked libhangul? but it would be even better to have an option for it.
furthermore, it only works on 된소리(ㅃ,ㅉ,ㄸ,ㄲ,ㅆ), not cases such as |
@scarf005 Sorry I missed that information. But actually I think since libhangul is updated, it doesn't need fcitx code change to have this feature since option_combi_on_double_stroke is false by default. can you check if fcitx5-hangul work the same way like ibus-hangul on your kubuntu 23.04 system? |
Is this the option you're looking for? ^ I asked them to create a release. I dont feel comfortable to have code against unstable/unreleased api. |
Situation
ㄱ + ㄱ -> ㄲ
typing consonant, then the same consonant again, makes it a double consonant. this make typing multiple consonant simultaneously difficult (e.g
ㄲ
gets typed when desired output isㄱㄱ
). it would be great to disable this behavior as many other input methods (windows IME, ibus) doesn't.afaik fcitx5 does not have an option to disable this behavior.
System info
What others think of this issue
https://discourse.ubuntu-kr.org/t/q/48676/9
http://linuxmint.kr/System/13169
What Other keyboards do
ComposeChoseongSsang
. however, it can be disabled.The text was updated successfully, but these errors were encountered: