diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4ed002f36..7ca70eeff 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -571,6 +571,12 @@ Fix drag and drop between different encodings by always providing CF_UNICODETEXT only. <a href="https://sourceforge.net/p/scintilla/bugs/2151/">Bug #2151</a>. </li> + <li> + On Win32, the numeric keypad with Alt pressed can be used to enter characters by number. + This can produce unexpected results in non-numlock mode when function keys are assigned. + Potentially problematic keys like Alt+KeypadUp are now ignored. + <a href="https://sourceforge.net/p/scintilla/bugs/2152/">Bug #2152</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite430.zip">Release 4.3.0</a> |