From 1b549223ab8e5bf6485363d57ecb6d543faa71fe Mon Sep 17 00:00:00 2001
From: nyamatongwe
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.