From 1b549223ab8e5bf6485363d57ecb6d543faa71fe Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 7 Feb 2005 02:10:57 +0000 Subject: Clarified SCN_KEY. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') 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(lineNumber); href="#SCI_SETREADONLY">SCI_SETREADONLY.

SCN_KEY
- Reports all keys pressed. Used on GTK+ because of some problems with keyboard focus and is not - sent by the Windows version. SCNotification.ch 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. SCNotification.ch holds the key code and SCNotification.modifiers holds the modifiers. This notification is sent if the modifiers include SCMOD_ALT or SCMOD_CTRL and the key code is less than 256.

-- cgit v1.2.3