Geany itself does not do any IME handling, it is either the GTK GUI library, or 
the Scintilla editing widget (which uses the GTK library as well) that Geany 
uses.  Geany just receives the composed Unicode characters from those.  

As such its not possible for this project to do anything directly about it, 
also AFAIK none of the regular contributors use IME, but we can try to guide 
you where to look or report the problem, but we will probably be groping in the 
dark.

IIUC the IME to use can be set for GTK using the GTK_IM_MODULE environment 
variable, but I don't know what values to use, or if it can use windows IME.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2760#issuecomment-796270935

Reply via email to