3

I tried to use fcitx to type Vietnamese. It works with most programs including LibreOffice and Atom. However, it doesn't work with Sublime Text 3 and RStudio. What should I do? Thanks

Garp
  • 617
  • 2
  • 8
  • 7
  • It is a well-known limitation for Sublime Text, you can search some dirty fix for it on the net. I'm not using RStudio, not sure the reason. – alfred Oct 27 '16 at 13:19
  • https://github.com/lyfeyaj/sublime-text-imfix – Rinzwind Oct 27 '16 at 13:27
  • all I could find on rstudio: https://support.rstudio.com/hc/en-us/articles/205605748-Using-RStudio-0-99-with-Fctix-on-Linux – Rinzwind Oct 27 '16 at 13:40

1 Answers1

3

There is a fix to do this on github. Make sure your system is updated and the commands to install this fix are (I assume you have both sublime and fcitx installed) ...

git clone https://github.com/lyfeyaj/sublime-text-imfix.git
cd sublime-text-imfix
./sublime-imfix

Important: There is a note in the link that you need to start sublime from commandline (using subl command) for this to work.

Anwar
  • 75,875
  • 31
  • 191
  • 309
Rinzwind
  • 293,910
  • 41
  • 570
  • 710