diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qwsinputmethod.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-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.html | 6 |
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>). |
