Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keyboard remapping question

Status
Not open for further replies.

greinem

Programmer
May 3, 2001
14
US
Hi All,

I am wondering if anyone has examples of how you could remap a key to be another keyboard function when pressed. I've looked at the KeyDown PowerScript function (PB 6.5) and could not get it to function how I wanted it. What I'm looking for is to remap the '-' (minus) key on the Keypad (KeySubtract!) to be a tab key (KeyTab!) for our data entry staff. Any help would be appreciated! Thanks! - Mike
 
Mike,

Take a look at the Send function in PB Help. There it describes how to use Send(Handle) to do what you need to do with the minus key.

HTH

Dan
 
Thanks Dan! Looks like the direction I need to go! - Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top