Hi
The E will be send to the program that has the focus at that time.
If you send it to a program on the server (were fsbus router is running) CID has to be 0.
use this
L+120,120;L-120,120;K+E;K-E
put notepad on the left upper corner on your screen.
The L+120,120;L-120,120 sequence means : go with the mouse to 120 120 coordinate and click the left mouse button and release it, then press E and release it. If everytimh works uou will see that when using the switch, notepad gets the focus and you see an E being typed.
If this works you can experiment further with other more useful programs in a cockpit than notepad.
There is one "bug". At my PC this works, but when you change the CID to 1 and then back to 0 again, it does not work anymore. Then you have to reload the .fsb file and it works again.
------------------------------------------
my problem is that I can not send and E (or whatever) to a client. I used :
keyevent:
CID=2
On sequence: WN;K+E;K-E
In Fsclient.ini:
[FSClient]
CID=2
[Notepad]
TopWindowChar="n"
Executable="c:\windows\notepad.exe"
WorkingDirectory="c:\"
Activate=1
Terminate=1
FSBUS_Background=1
I have notepad running on the client and expect to see an E in it but nothing happened.
I do not know if fsuipc-wideserver-wideclient are also necessary for this, but whether I have them running or not makes no difference.
Any help would be much appreciated.
regard
norbert
|