From 632cbaa30ac55924b21d9e65bbe261d592098553 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Jun 2019 23:54:58 +0900 Subject: Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020. Signed-off-by: Michele Calgaro --- README.immodule | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.immodule') diff --git a/README.immodule b/README.immodule index 49f69d7df..43a35e969 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 -- cgit v1.2.1