<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Modifiers ignored when key report has modifiers and a keycode"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104254">104254</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Modifiers ignored when key report has modifiers and a keycode
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Wayland
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>libinput
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>wayland-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alx741@riseup.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When a USB key report has a modifier + a key code, and such a modifier was not
previously reported, then the modifier gets ignored.

The issue does NOT occur in libinput 1.9.2, only since version 1.9.3

e.g.
    Key report with modifiers:  00000010 (Left shift) and keycode 0x04 (a)

    Expected: "A" (uppercase/shifted letter A)
    Obtained: "a" (lowercase letter a) - Left shift modifier gets ignored

This doesn't occur for all modifiers and all combination of letters. For
instance a pre-shifted "b" does output a "B" as expected, but fails for "d",
"e", etc.

This will hardly occur under normal conditions of course, the issue arises when
using a keyboard that attempts to send "pre-shifted" keys to allow symbols
typing on a single keystroke (without holding shift).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>