diff options
author | Michele Calgaro <[email protected]> | 2019-06-16 23:54:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-06-17 00:01:26 +0900 |
commit | 7c8f13b0226ba6cda04862d6fd682cc658249b5f (patch) | |
tree | e67c4ef7f6e7e227df532f53e61d0d7c5ab6cf60 /README.immodule | |
parent | d6375a54e2945d494df5ad38ca98cbc8b4d901e7 (diff) | |
download | tqt3-7c8f13b0226ba6cda04862d6fd682cc658249b5f.tar.gz tqt3-7c8f13b0226ba6cda04862d6fd682cc658249b5f.zip |
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
(cherry picked and partially edited from commit 632cbaa30ac55924b21d9e65bbe261d592098553)
Signed-off-by: Michele Calgaro <[email protected]>
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 |