aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-02-07 02:10:57 +0000
committernyamatongwe <devnull@localhost>2005-02-07 02:10:57 +0000
commitd372177dc94d872395f6538c3e54fb96c6e9baef (patch)
treed2b0d172deb4484b2b4daeadc9a798948195dfd2
parentd9674b7f659b90b8a97ea96e7abb1f82cea3b0b3 (diff)
downloadscintilla-mirror-d372177dc94d872395f6538c3e54fb96c6e9baef.tar.gz
Clarified SCN_KEY.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 2fb6f5b52..dd8b533c0 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -4393,8 +4393,8 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber);
href="#SCI_SETREADONLY">SCI_SETREADONLY</a></code>.</p>
<p><b id="SCN_KEY">SCN_KEY</b><br />
- Reports all keys pressed. Used on GTK+ because of some problems with keyboard focus and is not
- sent by the Windows version. <code>SCNotification.ch</code> holds the key code and
+ Reports all keys pressed but not consumed by Scintilla. Used on GTK+ because of
+ some problems with keyboard focus and is not sent by the Windows version. <code>SCNotification.ch</code> holds the key code and
<code>SCNotification.modifiers</code> holds the modifiers. This notification is sent if the
modifiers include <code>SCMOD_ALT</code> or <code>SCMOD_CTRL</code> and the key code is less
than 256.</p>