<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - keymap malfunction"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67575">67575</a>
          </td>
        </tr>

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

        <tr>
          <th>Summary</th>
          <td>keymap malfunction
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr>

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

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>patatetom@gmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

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

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

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>systemd
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

If system(d) starts with keymap=fr-latin1 (or 9) in /etc/vconsole.conf, the
linux console doesn't play the Ctrl- keys (Ctrl-C or Ctrl-D for example).

Switching to keymap=fr (via localectl or kernel boot parameter) solves the
malfunction and switching bak to fr-latin1 keeps the Ctrl- keys.

Regards, lacsaP.

8<--------------------------
# systemctl --version
systemd 204
+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
# localectl 
   System Locale: LANG=fr_FR.utf8
       VC Keymap: fr-latin9
      X11 Layout: n/a
# # Ctrl-C is ko :-)
# localectl set-keymap fr-latin9
# localectl 
   System Locale: LANG=fr_FR.utf8
       VC Keymap: fr-latin9
      X11 Layout: n/a
# # Ctrl-C is ko :-)
# localectl set-keymap fr
# localectl 
   System Locale: LANG=fr_FR.utf8
       VC Keymap: fr
      X11 Layout: fr
       X11 Model: pc105
     X11 Options: terminate:ctrl_alt_bksp
# ^C
# # Ctrl-C is OK :-)
# localectl set-keymap fr-latin9
# localectl 
   System Locale: LANG=fr_FR.utf8
       VC Keymap: fr-latin9
      X11 Layout: fr
       X11 Model: pc105
     X11 Variant: latin9
     X11 Options: terminate:ctrl_alt_bksp
# ^C
# # Ctrl-C is OK :-)
# cat /etc/vconsole.conf 
FONT=
KEYMAP=fr-latin9
CONSOLEFONT=
CONSOLEMAP=</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>