From d372177dc94d872395f6538c3e54fb96c6e9baef 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.