Search found 8 matches
Re: Sytemkeys
I found a solution for the most of the system keys except for the WIN-Key. In this case I used the Num-Lock key to add "1" to the buffer: Set objShell = CreateObject("WScript.Shell") objShell.SendKeys "{NUMLOCK}" objShell.SendKeys "{NUMLOCK}" HIDMacros.AddToBuffer 1 Once I am in FSX it isnt really a...
Sytemkeys
Hello Community, Is there a way to block the NUM-Key, WIN-KEY etc. function to use them as regulary keys? I want to use the Num-Lock Key as a SIM connect event key. Yes this function works but if Num is already activated the system deactivates the num and sends the SIM connect Event to FSX... Howeve...
- 03 Nov 2011, 07:04
- Forum: General
- Topic: GetBuffer Question
- Replies: 8
- Views: 11190
Re: GetBuffer Question
You are awesome
Now, it works really great without any issues...
THANK YOU for your advanced support
Now, it works really great without any issues...
THANK YOU for your advanced support
- 28 Oct 2011, 16:32
- Forum: General
- Topic: GetBuffer Question
- Replies: 8
- Views: 11190
Re: GetBuffer Question
Any news about this?
Best regards
Best regards
- 20 Oct 2011, 15:36
- Forum: General
- Topic: GetBuffer Question
- Replies: 8
- Views: 11190
Re: GetBuffer Question
That would be great! Hey another idea as workaround: Is it possible to use the SCEvent and send the value from the buffer as paramter? What a plan :) EDIT <--- DOESNT WORK <Macro> <Device>fsx</Device> <Name>AP VS Set Negative</Name> <KeyCode>36</KeyCode> <Direction>down</Direction> <Action>SIMC</Act...
- 19 Oct 2011, 11:26
- Forum: General
- Topic: GetBuffer Question
- Replies: 8
- Views: 11190
Re: GetBuffer Question
Okay here are my results: <Macro> <Device></Device> <Name>vs2</Name> <Direction>down</Direction> <Action>SCR</Action> <Sequence></Sequence> <SCEvent></SCEvent> <XPLCommand></XPLCommand> <ScriptSource>HIDMacros.FSXtext -HIDMacros.GetBuffer</ScriptSource> <SCText>0</SCText> <SCParams></SCParams> <Comm...
- 19 Oct 2011, 07:46
- Forum: General
- Topic: GetBuffer Question
- Replies: 8
- Views: 11190
Re: GetBuffer Question
This is an idea from your example XML http://www.hidmacros.eu/fsx.xml <- Search for "-HID" within the xml
I'll try to enter the value directly....
I'll try to enter the value directly....
- 19 Oct 2011, 06:09
- Forum: General
- Topic: GetBuffer Question
- Replies: 8
- Views: 11190
GetBuffer Question
Hello community, I've been using HID Macros since a short while for the task assignment within FSX. Great program by the way :) Currently I have some bigger problems with the Get.Buffer command. It's no problem to send the Num-Key (0-9) into the buffer and to use it afterwards for the adjustment of ...