Author Topic: DCS  (Read 2842 times)

Alligin

  • Guest
DCS
« on: February 16, 2019, 12:49:35 PM »
How do I program the eject command for DCS?

The command requires the Right Ctrl key to be held down and the E key to be pressed 3 times.
All other simple commands I've been able to program

I fly in VR by the time I've found the mouse, and moved it to the ejection handle. I'm dead.

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2824
Re: DCS
« Reply #1 on: February 16, 2019, 01:01:51 PM »
You need a command that looks like this (your pause timings can vary - either increase or decrease):

Press Right CTRL down

Press E down
Pause .1 second
Release E key

Pause .1 second

Press E down
Pause .1 second
Release E key

Pause .1 second

Press E down
Pause .1 second
Release E key

Release Right CTRL key


Might be good to also adjust the confidence level for this command to a higher level lol ;)

Hope that helps!

Alligin

  • Guest
Re: DCS
« Reply #2 on: February 16, 2019, 06:14:09 PM »
Thanks Gary

But the problem is I don’t know how to program the press and hold sequence.
Or is it Just that simple. I just have to hold the Ctrl key and press and release the E key 3 times?

I get where you are coming from regarding the confidence level.
I did read a post where someone’s wife would shout Eject Eject Eject. When she was annoyed at the amount of time he spent on DCS

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2824
Re: DCS
« Reply #3 on: February 16, 2019, 07:13:36 PM »
Press and hold is just this:

Press Some Key DOWN

Pause some time... press other keys down and release them or whatever

RELEASE key

When the key is in a pressed-down state, Windows sees that as if you're holding the key down UNTIL you release the key (which clears the, 'down' state).  Hoping that makes sense o_O

Quote
I did read a post where someone’s wife would shout Eject Eject Eject. When she was annoyed at the amount of time he spent on DCS
LOL!!!  Love it :)  That guy might want to add some verbal confirmation to his, 'Eject' command ;)