You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works if I input Chinese in Emacs using Sogou Input. However, if I input German (using the built-in German keyboard layout) in Emacs, it doesn't work.
When I press Esc, the input method is indeed switched back to US English. However, When I press i again, the input method is not switched back to German, but seemingly to Sogou. However, it doesn't actually enter Chinese, but rather directly enters English characters.
Under Linux fcitx, the mechanism always works in Emacs, no matter what language I'm inputting using fcitx.
A quick look at the source code seems to suggest that the program is hard-coded to switch back to the Chinese input:
Would it be possible to let it switch to the last active keyboard layout? Or maybe to let it just simulate the pressing of a key combination, e.g. Ctrl + Space, whenever Esc is pressed within Emacs.
The text was updated successfully, but these errors were encountered:
I see. But as I mentioned, would it be possible to just let fcitx-remote simulate a shortcut such as Ctrl-SPC, which would always switch to the previously selected input method?
It works if I input Chinese in Emacs using Sogou Input. However, if I input German (using the built-in German keyboard layout) in Emacs, it doesn't work.
When I press
Esc
, the input method is indeed switched back to US English. However, When I pressi
again, the input method is not switched back to German, but seemingly to Sogou. However, it doesn't actually enter Chinese, but rather directly enters English characters.Under Linux fcitx, the mechanism always works in Emacs, no matter what language I'm inputting using fcitx.
A quick look at the source code seems to suggest that the program is hard-coded to switch back to the Chinese input:
Would it be possible to let it switch to the last active keyboard layout? Or maybe to let it just simulate the pressing of a key combination, e.g.
Ctrl + Space
, wheneverEsc
is pressed within Emacs.The text was updated successfully, but these errors were encountered: