summaryrefslogtreecommitdiffstats
path: root/doc/html/qwsinputmethod.html
diff options
context:
space:
mode:
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>).