aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-01-25 08:34:03 +1100
committerNeil <nyamatongwe@gmail.com>2020-01-25 08:34:03 +1100
commitee79a4e2a10c3f75fc8e24f875e0304fafdcab2b (patch)
tree3e82902208874ae8b19619f96886ade4561a64da /doc/ScintillaDoc.html
parente1ec844eb03e5c0de240e426762b87d21213a5ac (diff)
downloadscintilla-mirror-ee79a4e2a10c3f75fc8e24f875e0304fafdcab2b.tar.gz
Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 4ad921cf5..ec1e79afb 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5549,6 +5549,12 @@ struct Sci_TextToFind {
If you are building a table, you might
want to use <code>SCMOD_NORM</code>, which has the value 0, to mean no modifiers.</p>
+ <p>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
+ <code>SCMOD_ALT</code>,<code>SCK_UP</code> will only be active for the Up key on the
+ main cursor keys, not the numeric keypad.</p>
+
<p><b id="SCI_ASSIGNCMDKEY">SCI_ASSIGNCMDKEY(int <a class="jump"
href="#keyDefinition">keyDefinition</a>, int sciCommand)</b><br />
This assigns the given key definition to a Scintilla command identified by