Missing english text?
All text from cpiapp.org will be translated to english. Please stay patient... or help!
Wie man das Tastaturlayout in Debian anpasst
(Speziell: MacBook als Host, Debian Lenny in der VirtualBox)
Ziel: MacOS-Tastaturlayout soll auch in Debian die identischen Symbole ausgeben (z.B. Pipe-Symbol "|" bei Alt-7 ausgeben, bisher wird ein "f" produziert).
Folgendes erledigt man ausschliesslich in Debian:
1. Datei boottime.kmap.gz herunterladen und in den shared-Ordner der VirtualBox kopieren
2. In der Shell folgendes eingeben:
sudo mv /etc/console/boottime.kmap.gz /etc/console/old_boottime.kmap.gz
sudo cp /mnt/shares/boottime.kmap.gz /etc/console/boottime.kmap.gz
3. Neu booten oder per loadkeys /etc/console/boottime.kmap.gz laden, fertig!

