No way. You can only change the input method. Solve the problem that scim input cannot be switched during access through VNC
Keyword: VNC
Using VNC view to remotely access Linux, there is always no way to switch out the scim input method. After a long study, I finally found a solution.
1) modify the. VNC/xstartup file and add scim-D to the last line, which means to open the scim input method.
2) After using VNC view to access the Linux system, modify the shortcut key of the scim input method, because the shortcut key of the input method is Ctrl + space by default, the system first receives the local command, so you cannot use the default shortcut to open the input method. Change the shortcut key for enabling scim input to CTRL + ALT + space (who has a better choice? Please tell us that this shortcut key is stupid ...)
3) open a place where you can enter Chinese characters, such as a web browser, and then use CTRL + ALT + space to switch. You can see it :)
Reprinted from: http://jythoner.javaeye.com/blog/277781