On 02/27/2008 09:04:50 AM, obdulio santana wrote:
-> Hi.
->
-> I want to read from keyboard some keys [pagedown],
-> [Home],[End][PageUp][up][left][down][right].
->
-> how can I do it?
->
-> Thanks in advance.
->
->

Term::Readkey also works but is poorly documented.

Does anyone know how to use the hex values from keysymdef.h (which includes the entire extended keyboard) in a perl statement? So, eg.

if ($char eq "0x0057") {etc...}

Or where to get values for printf "\U" "\u" that will work?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to