diff options
Diffstat (limited to 'README.immodule')
-rw-r--r-- | README.immodule | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.immodule b/README.immodule index d07621894..22dae9717 100644 --- a/README.immodule +++ b/README.immodule @@ -75,26 +75,26 @@ immodule for Qt - set "xim" input method as default - export QT_IM_MODULE=xim + export TQT_IM_MODULE=xim - set "simple" composing input method as default - export QT_IM_MODULE=simple + export TQT_IM_MODULE=simple - set "xim" input method as default, and disable input method selection menu in the context menu - export QT_IM_SWITCHER=imsw-none - export QT_IM_MODULE=xim + export TQT_IM_SWITCHER=imsw-none + export TQT_IM_MODULE=xim - set "xim" input method as default, and enable input method selection menu in the context menu (default configuration) - export QT_IM_SWITCHER=imsw-multi - export QT_IM_MODULE=xim + export TQT_IM_SWITCHER=imsw-multi + export TQT_IM_MODULE=xim - set "iiimqcf" that has its own input method switching framework as @@ -103,5 +103,5 @@ immodule for Qt provide unified user interface for global input method switching over the desktop - export QT_IM_SWITCHER=imsw-none - export QT_IM_MODULE=iiimqcf + export TQT_IM_SWITCHER=imsw-none + export TQT_IM_MODULE=iiimqcf |