mimmonick Posted March 30, 2008 Report Posted March 30, 2008 Dear Peter, If I set a button with funcition Keysend (1-255), it send F12 Key. But I need to send another Key. How I can do it? Thanks.
Pete Dowson Posted March 30, 2008 Report Posted March 30, 2008 If I set a button with funcition Keysend (1-255), it send F12 Key. But I need to send another Key. How I can do it? KeySend doesn't send any keypress at all, so it cannot send F12. It sends a code number, 1-255 (the parameter you provide), to every connect WideClient. How that code number is actioned in each client PC depends entirely on the KeySendN= .... parameters in the [user] section of the WideClient.INI file on those PCs. "N" here is the code number, so you can have KeySend1 to KeySend255, all with different keypresses, or the same KeyPresses but to different programs. Please have a look at the WideFS Technical document, where there's a lot of explanation for you as well as a list of all the key press codes. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now