diff --git a/glfw/ibus_glfw.c b/glfw/ibus_glfw.c index cbe80bd74..4cba0c33e 100644 --- a/glfw/ibus_glfw.c +++ b/glfw/ibus_glfw.c @@ -24,6 +24,17 @@ // //======================================================================== +/* To test under X11 start IBUS as: + * ibus-daemon -drxR + * Setup the input sources you want with: + * ibus-setup + * Switch to the input source you want to test with: + * ibus engine name + * You can list available engines with: + * ibus list-engine + * Then run kitty as: + * GLFW_IM_MODULE=ibus kitty + */ #define _GNU_SOURCE #include #include