From 4ce8706b744b86ae0f48a57303aad318c14ab9ba Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 27 Mar 2020 11:16:43 -0400 Subject: Backport: Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR. Backport of changeset 7961:6950bccc71ce. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 884d0fa98..c6ed95a5a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,6 +584,12 @@ CF_UNICODETEXT.
  • + 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. + Bug #2152. +
  • +
  • Improve IME behaviour on GTK. Set candidate position for windowed IME. Improve location of candidate window. -- cgit v1.2.3