Search found 5 matches

by ocf81
27 Jan 2013, 15:13
Forum: Support - bugs
Topic: composed character modifiers (^ , ' , " , ` , ~) not working
Replies: 2
Views: 6656

composed character modifiers (^ , ' , " , ` , ~) not working

I've noticed that certain keystrokes will not work the way they normally work whenever I run HIDMacros. This even happens when I have no macros defined. I've come to the conclusion that characters which are usually used as modifiers to accent certain letters in the Latin alphabet ( for instance,, ` ...
by ocf81
21 Jan 2013, 20:28
Forum: Feature requests
Topic: REQUEST: KeyDown / KeyUp support
Replies: 5
Views: 13695

Re: REQUEST: KeyDown / KeyUp support

DCS A-10 has an onboard computer which is a bit finicky to operate with the mouse in the 3D pit. DCS needs a little delay between keystrokes. As I understand it, sendkeysslow sends the keyups of modifiers before the keystrokes, so that won't work for me. Hence the request. :-)
by ocf81
20 Jan 2013, 17:02
Forum: Feature requests
Topic: REQUEST: KeyDown / KeyUp support
Replies: 5
Views: 13695

Re: REQUEST: KeyDown / KeyUp support

I'd like to bump this feature request, and perhaps extend it a little. HIDMacros.sendKeyDownEvent("^<") sleep(300) HIDMacros.sendKeyDownEvent("+<") sleep(300) HIDMacros.sendKey({NUM1}) sleep(150) HIDMacros.sendKeyUpEvent("+<") sleep(150) HIDMacros.sendKeyUpEvent("^<") It seems that at the moment, HI...
by ocf81
19 Jan 2013, 23:11
Forum: HOW-TOs and documentation
Topic: perfectly emulate Windows Logo Key
Replies: 12
Views: 22768

Re: perfectly emulate Windows Logo Key

Just curious: DCS discriminated between the left and the right windows keys. Can you use the < and > modifiers with the windows key? (e.g. #< and #> ?(