Will
just a guy that can use blender
Hey. I am currently trying to create a switch panel out of another keyboard. I am using HID Macros. I can not figure out how to block the original keypress.
Example:
I need Page Up on keyboard #2 to be bound to the headlights key
.
This works fine, when I press Page up on my 2nd keyboard, the headlights turn on just fine, except for the fact that pressing page up on either keyboard will shift the truck up a gear.
Both programs, HIDMacros and RoR are running with Administrator.
My question:
Can I do something in RoR to block the Page UP key from being sent from my 2nd keyboard, besides changing it in the input.map.
If you have any better programs, please suggest them. I tried using intercept.exe w/ intercepTION, and Lua, but none are showing results ingame.
Thanks in advance!
Example:
I need Page Up on keyboard #2 to be bound to the headlights key

Code:
HIDMacros.SendKeysSlow "N",50
This works fine, when I press Page up on my 2nd keyboard, the headlights turn on just fine, except for the fact that pressing page up on either keyboard will shift the truck up a gear.
Both programs, HIDMacros and RoR are running with Administrator.
My question:
Can I do something in RoR to block the Page UP key from being sent from my 2nd keyboard, besides changing it in the input.map.
If you have any better programs, please suggest them. I tried using intercept.exe w/ intercepTION, and Lua, but none are showing results ingame.
Thanks in advance!