| Summary: |
different keyboard layouts in X11 and VT |
| Product: |
systemd
|
Reporter: |
Tomasz Paweł Gajc <tpgxyz> |
| Component: |
general | Assignee: |
systemd-bugs |
| Status: |
NEW
---
|
QA Contact: |
systemd-bugs |
| Severity: |
major
|
|
|
| Priority: |
high
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
All | |
|
| OS: |
Linux (All) | |
|
| URL: |
http://calamares.io/bugs/browse/CAL-206
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
This happens with systemd-219 $ localectl System Locale: LANG=it_IT.UTF-8 VC Keymap: it2 X11 Layout: it X11 Model: pc105 $ more /etc/X11/xorg.conf.d/*keyb*.conf # Read and parsed by systemd-localed. It's probably wise not to edit this file # manually too freely. Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "it" Option "XkbModel" "pc105" EndSection In VT key "-" does not print "-" but "/" while in X11 key "-" prints good char. Please help :)