viktorradnai / flightgear-ask21

ASK21 glider model for Flightgear
5 stars 6 forks source link

Improving engine operations by keyboard. #161

Closed WillyFG closed 5 years ago

WillyFG commented 6 years ago

As a pilot I want to fully control the engine by means of the computer's keyboard, so that I do not need to use the computer's mouse to click panel items (can be hard on small computer screens) OR so that I can permanently use the computer's mouse to control the stick, e.g. when cutting-off the engine while flying.

I order to achieve full keyboard control, it's required that ...

  1. the starter button can be turned ON by pressing "s" on the keyboard
  2. the engine-control-unit's (ECU's) main switch can be switched ON by pressing "}" and switched OFF by pressing "{"
  3. the propeller brake can be applied / released by pressing some suitable keys (t.b.d.)

Using "{" / "}" to operate the ECU's main switch appears to be logical, because these keys are generally used in FG to operate the ignition system, which is under direct control of the ECU for the ASK 21 Mi (i.e. ECU:ON = ignition:BOTH and ECU:OFF = ignition:OFF).

ghost commented 5 years ago

should be fixed by #166