<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The documented <alt>left shortcut doesn’t work on Wayland"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=770112#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The documented <alt>left shortcut doesn’t work on Wayland"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=770112">bug 770112</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=ofourdan%40redhat.com" title="Olivier Fourdan <ofourdan@redhat.com>"> <span class="fn">Olivier Fourdan</span></a>
</span></b>
        <pre>Sorry, this particular shortcut is handled in shell/cc-window.c in the case of
g-c-c and the action is not triggered because of the state, it contains
additional bits.

e.g.:

g-c-c tests  "state == GDK_MOD1_MASK" in window_key_press_event() but in gdb we
can see the action is not triggered because state == 0x10000008 whereas
GDK_MOD1_MASK is 0x8, so they don't match.

Changing the test to "state & GDK_MOD1_MASK" in window_key_press_event()
triggers the action though.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>