File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,8 +356,8 @@ static void InitializeCommands(UserCommandInput[] Commands)
356356 Commands [ ( int ) UserCommand . ControlBlowerIncrease ] = new UserCommandKeyInput ( 0x31 ) ;
357357 Commands [ ( int ) UserCommand . ControlSteamHeatDecrease ] = new UserCommandKeyInput ( 0x20 , KeyModifiers . Alt ) ;
358358 Commands [ ( int ) UserCommand . ControlSteamHeatIncrease ] = new UserCommandKeyInput ( 0x16 , KeyModifiers . Alt ) ;
359- Commands [ ( int ) UserCommand . ControlSteamBoosterAirValve ] = new UserCommandKeyInput ( 0x11 , KeyModifiers . Alt ) ;
360- Commands [ ( int ) UserCommand . ControlSteamBoosterIdleValve ] = new UserCommandKeyInput ( 0x25 , KeyModifiers . Alt ) ;
359+ Commands [ ( int ) UserCommand . ControlSteamBoosterAirValve ] = new UserCommandKeyInput ( 0x20 , KeyModifiers . Control ) ;
360+ Commands [ ( int ) UserCommand . ControlSteamBoosterIdleValve ] = new UserCommandKeyInput ( 0x30 , KeyModifiers . Control ) ;
361361 Commands [ ( int ) UserCommand . ControlSteamBoosterLatch ] = new UserCommandKeyInput ( 0x25 , KeyModifiers . Control ) ;
362362 Commands [ ( int ) UserCommand . ControlBrakeHoseConnect ] = new UserCommandKeyInput ( 0x2B ) ;
363363 Commands [ ( int ) UserCommand . ControlBrakeHoseDisconnect ] = new UserCommandKeyInput ( 0x2B , KeyModifiers . Shift ) ;
You can’t perform that action at this time.
0 commit comments