diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 4532fb9f469..4b29e64bd58 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -3131,7 +3131,7 @@ deliver_wm_chars (int do_translate, HWND hwnd, UINT msg, UINT wParam, | |||
| 3131 | } | 3131 | } |
| 3132 | else if (wmsg.dwModifiers & (alt_modifier | meta_modifier) | 3132 | else if (wmsg.dwModifiers & (alt_modifier | meta_modifier) |
| 3133 | || (console_modifiers | 3133 | || (console_modifiers |
| 3134 | & (RIGHT_WIN_PRESSED | RIGHT_WIN_PRESSED | 3134 | & (LEFT_WIN_PRESSED | RIGHT_WIN_PRESSED |
| 3135 | | APPS_PRESSED | SCROLLLOCK_ON))) | 3135 | | APPS_PRESSED | SCROLLLOCK_ON))) |
| 3136 | { | 3136 | { |
| 3137 | /* Pure Alt (or combination of Alt, Win, APPS, scrolllock. */ | 3137 | /* Pure Alt (or combination of Alt, Win, APPS, scrolllock. */ |