diff options
| author | nyamatongwe <unknown> | 2005-02-07 02:10:57 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-02-07 02:10:57 +0000 | 
| commit | 1b549223ab8e5bf6485363d57ecb6d543faa71fe (patch) | |
| tree | d2b0d172deb4484b2b4daeadc9a798948195dfd2 | |
| parent | f335ecfdba64a61b11aa1d88cd21f433ad6f5a82 (diff) | |
| download | scintilla-mirror-1b549223ab8e5bf6485363d57ecb6d543faa71fe.tar.gz | |
Clarified SCN_KEY.
| -rw-r--r-- | doc/ScintillaDoc.html | 4 | 
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> | 
