Harald67 / c150

Flightgear Cessna 150
4 stars 1 forks source link

Can not open window with Ctrl-d #46

Open Harald67 opened 7 years ago

Harald67 commented 7 years ago

since the change of the way the windows open.

Harald67 commented 7 years ago

Can not open the windows from the aircraft option dialog.

gilbertohasnofb commented 7 years ago

@Harald67 maybe you could use <script>c150.leftWindow.toggle();</script> and <script>c150.rightWindow.toggle();</script> on the aircraft dialog as well, since this would animate the windows rather than extend them instantaneously. The downside is that a checkbox wouldn't make much sense there, it would rather have to be a button I believe.

ghost commented 7 years ago

The system changed. i will repair/improve the menu and Ctrl d code when I'm back in One and a half weeks please leave this till then


Gesendet mit der Telekom Mail App http://www.t-online.de/service/redir/email_app_android_sendmail_footer.htm

--- Original-Nachricht --- Von: Gilberto Agostinho Betreff: Re: [Harald67/c150] Can not open window with Ctrl-d (#46) Datum: 17.08.2016, 12:35 Uhr An: Harald67/c150

@Harald67 https://github.com/Harald67 maybe you could use

and on the aircraft dialog as well, since this would animate the windows rather than extend them instantaneously. The downside is that a checkbox wouldn't make much sense there, it would rather have to be a button I believe. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Harald67/c150/issues/46#issuecomment-240375258 , or mute the thread https://github.com/notifications/unsubscribe-auth/ALtQ-DJCBs88orpC97h1A6itVS3tcZrmks5qguQEgaJpZM4Jjty8 .
ghost commented 7 years ago

Don't you think this system is at all a bit too complicated, why not assign one keybinding to one door? So you not have to select the door and then open it but are able to open it instantaneously?

Harald67 commented 7 years ago

But the d key is / should be a standard among aircrafts and we can still open the doors with the option dialog.

ghost commented 7 years ago

What about assigning like d -> front left door (should be the one most often used) and then shift-d -> copilot's door and so on?