fcitx / fcitx5-chewing

17 stars 7 forks source link

allow output upper case English word when chewing is activate #5

Closed l12436 closed 3 years ago

l12436 commented 3 years ago

current when chewing is activated, I pressed shift try to input English, It always output lower case, Is there any chance to add an option to allow output upper case when chewing is activated ?

wengxt commented 3 years ago

This should goes to libchewing. I didn't find relevant api allow me to set such option.

l12436 commented 3 years ago

OK, I found it, is lay on libchewing chewingio.c:1577, which is forcing english to be lower case. I just remove that and it working.