Schraddel Posted March 25, 2010 Report Posted March 25, 2010 Hello . I tried to write a simple startup-sequence in wideclient.ini but I have a problem because there is no action in the activ window. My little script: runready1=c:\pfd\pfd.exe // o.k. pfd starts...all wonderful :o) delayready1=10 KeySend1=118,runready1 // but now no reaction in the window. I tried it with the classname ThunderRT5Form,"PM Glass..." but this don't work also. Do you have an idea whats wrong here ? FSUIPC and WIDEFS are registered (of course) Many thanks for help in advance. Greetings, Schraddel
Pete Dowson Posted March 25, 2010 Report Posted March 25, 2010 KeySend1=118,runready1 // but now no reaction in the window. You have the format incorrect. You need the shift code after the keycode. e.g. for unshifted value: KeySend1=118,8,runready1 I assume you actually instigate a KeySend by assigning it with parameter 1 to something in FSUIPC, too? Regards 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