]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #1280 with non-ASCII keyboard input on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Nov 2012 16:44:48 +0000 (18:44 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Nov 2012 16:44:48 +0000 (18:44 +0200)
commiteb147960b1b4a42737f31afe1c0e70c6216812b6
treeffcbf35f98f36ed53258c1905db6e6ebf402c305
parent5890e400062253b59ab815b68c54463a6d505971
Fix bug #1280 with non-ASCII keyboard input on MS-Windows.

 src/w32fns.c (w32_wnd_proc): Don't directly handle key chords
 including modifiers from toggle key, such as Scroll Lock, if the
 respective keys are treated as function keys, not as modifiers.
 This avoids destroying non-ASCII keyboard input when Scroll Lock
 is toggled ON.
src/ChangeLog
src/w32fns.c