Tastatur: nodeadkeys durch deadkeys ersetzt
Mit nodeadkeys werden Akzente nicht kombiniert (´e statt é). Deadkeys-Variante ermoeglicht korrekte Akzent-Eingabe. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3d9e15d8ab
commit
0b5a5ae997
1 changed files with 3 additions and 3 deletions
|
|
@ -75,15 +75,15 @@ fi
|
|||
echo 'options hid_apple fnmode=2 iso_layout=1' > /etc/modprobe.d/hid_apple.conf
|
||||
ok "hid_apple: fnmode=2, iso_layout=1"
|
||||
|
||||
# Tastaturbelegung (nodeadkeys + lv3:lalt_switch: @=Alt+Q, |=Alt+<)
|
||||
# Tastaturbelegung (deadkeys + lv3:lalt_switch: @=Alt+Q, |=Alt+<)
|
||||
cat > /etc/default/keyboard <<EOF
|
||||
XKBMODEL="macbook79"
|
||||
XKBLAYOUT="de"
|
||||
XKBVARIANT="nodeadkeys"
|
||||
XKBVARIANT=""
|
||||
XKBOPTIONS="lv3:lalt_switch,terminate:ctrl_alt_bksp"
|
||||
EOF
|
||||
dpkg-reconfigure -f noninteractive keyboard-configuration 2>/dev/null || true
|
||||
ok "Tastatur: mac_nodeadkeys"
|
||||
ok "Tastatur: mac_deadkeys"
|
||||
|
||||
# cloud-init deaktivieren (blockiert Boot ohne Cloud-Provider)
|
||||
if command -v cloud-init &>/dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue