summaryrefslogtreecommitdiffstats
path: root/doc/html/qwsinputmethod.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qwsinputmethod.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qwsinputmethod.html')
-rw-r--r--doc/html/qwsinputmethod.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qwsinputmethod.html b/doc/html/qwsinputmethod.html
index 05edcba41..e8e274577 100644
--- a/doc/html/qwsinputmethod.html
+++ b/doc/html/qwsinputmethod.html
@@ -82,11 +82,11 @@ Destructs the input method uninstalling it if it is currently installed.
</h3>
<p> This function must be implemented in subclasses to handle key
-input from physical or virtual keyboards. Returning TRUE will
+input from physical or virtual keyboards. Returning true will
block the event from further processing.
<p> The Unicode value is given in <em>unicode</em> and the key code in <em>keycode</em>. Keyboard modifiers are OR-ed together in <em>modifiers</em>.
-If <em>isPress</em> is TRUE this is a key press; otherwise it is a key
-release. If <em>autoRepeat</em> is TRUE this is an auto-repeated key
+If <em>isPress</em> is true this is a key press; otherwise it is a key
+release. If <em>autoRepeat</em> is true this is an auto-repeated key
press.
<p> All normal key events should be blocked while in compose mode
(i.e., between <tt>IMStart</tt> and <tt>IMEnd</tt>).