franck routier wrote: > rem : Switching to linux keycodes dinamically by setting > /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes > doesn't work. (I think it's because the ckeymap is loaded very early in the > boot process)
You have to unlock the keycodes first. Snippet from my /etc/sysctl.conf: dev/mac_hid/keyboard_lock_keycodes = 0 dev/mac_hid/keyboard_sends_linux_keycodes = 1 dev/mac_hid/keyboard_lock_keycodes = 1 -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member