These forums are archival. Please visit us on discord!
case KeyBind.OpenSpecialUnload: binding.InputContext = InputContext.WithSelection; binding.KeyboardKey = KeyCode.U; binding.KeyboardModifierKey1 = KeyCode.LeftControl;
btw, how do i access this special menu without right clicking on the button? is it possible to press some shortcut keys while I'm selecting my transport?
Quote from: goobie on November 04, 2010, 10:44:19 ambtw, how do i access this special menu without right clicking on the button? is it possible to press some shortcut keys while I'm selecting my transport?Quote case KeyBind.OpenSpecialUnload: binding.InputContext = InputContext.WithSelection; binding.KeyboardKey = KeyCode.U; binding.KeyboardModifierKey1 = KeyCode.LeftControl;That's not exactly english, though, so: Ctrl+U when you have a transport selected.