This code catches any key but PgUp, PgDn, func keys - not :( How can I got PgUp with Term::ReadKey ? Please, don't offer me a WIN32::Console. I need do it on term. P.S. OS = Windows 2000. Sioln.use Term::ReadKey; my $key; while (not defined ($key = ReadKey(-1))) { # No key yet } print "Get key '$key'\n"; print ord($key); print "\n"; print chr($key);
In reply to Term::ReadKey - How can I get PgUp, PgDn etc ? by Sioln
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |