> -----Original Message-----
> From: David T-G [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 2:51 PM
> To: perl beginners
> Cc: Bob Showalter
> Subject: Re: printing key codes
> 
> ...
>
> % 
> % Then you can just refer to F1 as K_F1, etc.
> 
> Hmmm...  Any codes for shifted, controlled, alted?

Well, that's really a terminfo thing. terminfo doesn't have the concept
of a shifted, alted, etc. function key, but it does define a large set
of function keys (64?). Your terminal emulator software would then
presumably be responsible for mapping Shift-F1 to function key 13 or
some such.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to