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:
parent
c7a64af460
commit
94cf37c8de
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue