Search found 5 matches
- 30 Jan 2013, 13:08
- Forum: Support - bugs
- Topic: composed character modifiers (^ , ' , " , ` , ~) not working
- Replies: 2
- Views: 6656
Re: composed character modifiers (^ , ' , " , ` , ~) not wor
thnx for the heads up
- 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,, ` ...
- 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.
- 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...
- 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 #> ?(