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!

Need help writing a unique Script

Status
Not open for further replies.

Sidrp

IS-IT--Management
Jun 4, 2003
44
US
HI Scripting gurus,
I need some help writing a very unique piece of code..this is wht I want to achieve..
We have a customer who has an onscreen keyboard with 20 Fn keys and is planning to replace it with a normal QWERTY keyboard with 12 Fn Key.
The Fn keys from F11-20 are each assigned to a Keyboard shortcut like Ctrl+A, Ctrl+B and so on. What I want to do is, reassign these combination to another key on the keyboards may be 1,2,3....etc..
Firstly Is this possible?
Secondly is VBScript/WSH the right solution?
Is both answers are yes..then great..please help me write it..if no then do tell me the options I have...
Any help will be appriciated..
thanks to all
Sid
 
You could use client side vbscript or jscript to achieve this. You would capture the keydown event and evaluate the keycode to determine which key was pressed and execute the desired code. This could not be accomplished with server side vbscript.
 
Hi Ralph,
well Thanks for the reply..but I think I didnot make myself clear enuf....This script should work on desktop level and not with in a browser..it has to change the way OS sees the Keyboard..
See if this makes it any clear.
thanks
Sid
 
Okay, thats a little different. Are you trying to remap a keyboard input into an existing application or something you've developed?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top