From ee79a4e2a10c3f75fc8e24f875e0304fafdcab2b Mon Sep 17 00:00:00 2001
From: Neil SCMOD_NORM, which has the value 0, to mean no modifiers.
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 so
+ potentially problematic keys are ignored. For example, setting
+ SCMOD_ALT,SCK_UP will only be active for the Up key on the
+ main cursor keys, not the numeric keypad.
SCI_ASSIGNCMDKEY(int keyDefinition, int sciCommand)
This assigns the given key definition to a Scintilla command identified by
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.
Bug #2151.
+