And finally for X-Window: $ kbd_mode The keyboard is in raw (scancode) mode $ read x ; echo -n ${x} | od -Ax -tx1 - 123 000000 31 32 33 000003 $ read x ; echo -n ${x} | od -Ax -tx1 - abc 000000 61 62 63 000003 $ read x ; echo -n ${x} | od -Ax -tx1 - µ€ü 000000 c2 b5 e2 82 ac c3 bc 000007 Figures and chars return the same values as in the console while special chars return different values. Why this? -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/