Re: How to read from keyboard?
- From: halfcountplus@xxxxxxxxxxxxx (Mk)
- Date: Wed, 27 Feb 2008 12:56:03 -0500
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?
.
- Follow-Ups:
- Re: How to read from keyboard?
- From: Obdulio Santana
- Re: How to read from keyboard?
- References:
- How to read from keyboard?
- From: Obdulio Santana
- How to read from keyboard?
- Prev by Date: Re: array question
- Next by Date: Re: How to read from keyboard?
- Previous by thread: Re: How to read from keyboard?
- Next by thread: Re: How to read from keyboard?
- Index(es):
Relevant Pages
|