1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

Fix a bug with LWindow key remapping on MS-Windows

* src/w32fns.c (deliver_wm_chars): Fix a typo.  (Bug#21276)
This commit is contained in:
Ilya Zakharevich 2015-08-17 20:08:45 +03:00 committed by Eli Zaretskii
parent c7a64af460
commit 94cf37c8de

View file

@ -3131,7 +3131,7 @@ deliver_wm_chars (int do_translate, HWND hwnd, UINT msg, UINT wParam,
}
else if (wmsg.dwModifiers & (alt_modifier | meta_modifier)
|| (console_modifiers
& (RIGHT_WIN_PRESSED | RIGHT_WIN_PRESSED
& (LEFT_WIN_PRESSED | RIGHT_WIN_PRESSED
| APPS_PRESSED | SCROLLLOCK_ON)))
{
/* Pure Alt (or combination of Alt, Win, APPS, scrolllock. */