On 15/02/2016 20:22, Klaus Becker wrote:
Hi,
on my other computers, I have the same keyboard layout for X11 and tty, by
"dpkg-reconfigure console-setup". I do not need to configure 2 separate
layouts.
Finally I followed https://wiki.debian.org/MacBook
and changed manually /etc/defaults/keyboard:
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="mac"
XKBOPTIONS="lv3:rwin_switch"
Now in XFCE4 everything works fine, in tty just the key "6" types "-", and "-"
types "=", quite curious.
You have selected the PC layout, not the mac one, in tty. You need to
select the mac variant, either with console-setup if it works or with
the method I gave you before.
I have no delete-key on my G4, I even can't find it by searching on the web.
I suppose your talking here about shutting down your computer a
shortcut. I don't use xfce myself, but what I found some links on the net :
xfce commandlines to shutdown :
http://askubuntu.com/questions/339842/xubuntu-hotkey-for-immediate-shutdown
xfce preference panel for setting shortcuts :
http://unix.stackexchange.com/questions/44643/xfce-4-change-global-keyboard-shortcuts.
I don't think it's something mac specific.
Bertrand