emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 94cf37c: Fix a bug with LWindow key remapping on MS


From: Eli Zaretskii
Subject: [Emacs-diffs] master 94cf37c: Fix a bug with LWindow key remapping on MS-Windows
Date: Mon, 17 Aug 2015 17:09:48 +0000

branch: master
commit 94cf37c8de3bc14cdadfe84dc8c405a477adbe3e
Author: Ilya Zakharevich <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a bug with LWindow key remapping on MS-Windows
    
    * src/w32fns.c (deliver_wm_chars): Fix a typo.  (Bug#21276)
---
 src/w32fns.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/w32fns.c b/src/w32fns.c
index 4532fb9..4b29e64 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,
            }
          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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]