in reply to Re: Re: about input "up arrow" by keyboard
in thread about input "up arrow" by keyboard

OK, check out the Win32::Console module for native access. It includes "complete processing of keyboard and mouse events".

Skimming the module docs, I see the Input and InputChar functions.

  • Comment on Re: Re: Re: about input "up arrow" by keyboard