@@ -490,6 +490,7 @@ static void InitializeCommands(UserCommandInput[] Commands)
490490 Commands [ ( int ) UserCommand . DebugPrecipitationIncrease ] = new UserCommandKeyInput ( 0x0D , KeyModifiers . Alt ) ;
491491 Commands [ ( int ) UserCommand . DebugPrecipitationLiquidityDecrease ] = new UserCommandKeyInput ( 0x0C , KeyModifiers . Control | KeyModifiers . Alt ) ;
492492 Commands [ ( int ) UserCommand . DebugPrecipitationLiquidityIncrease ] = new UserCommandKeyInput ( 0x0D , KeyModifiers . Control | KeyModifiers . Alt ) ;
493+ Commands [ ( int ) UserCommand . DebugRequestStopInformation ] = new UserCommandKeyInput ( 0x44 , KeyModifiers . Alt ) ;
493494 Commands [ ( int ) UserCommand . DebugResetWheelSlip ] = new UserCommandKeyInput ( 0x2D , KeyModifiers . Alt ) ;
494495 Commands [ ( int ) UserCommand . DebugSignalling ] = new UserCommandKeyInput ( 0x57 , KeyModifiers . Control | KeyModifiers . Alt ) ;
495496 Commands [ ( int ) UserCommand . DebugSoundForm ] = new UserCommandKeyInput ( 0x1F , KeyModifiers . Alt ) ;
@@ -500,7 +501,6 @@ static void InitializeCommands(UserCommandInput[] Commands)
500501 Commands [ ( int ) UserCommand . DebugTracks ] = new UserCommandKeyInput ( 0x40 , KeyModifiers . Control | KeyModifiers . Alt ) ;
501502 Commands [ ( int ) UserCommand . DebugWeatherChange ] = new UserCommandKeyInput ( 0x19 , KeyModifiers . Alt ) ;
502503 Commands [ ( int ) UserCommand . DebugToggleConfirmations ] = new UserCommandKeyInput ( 0x44 , KeyModifiers . Control | KeyModifiers . Alt ) ;
503- Commands [ ( int ) UserCommand . DebugRequestStopInformation ] = new UserCommandKeyInput ( 0x44 , KeyModifiers . Alt ) ;
504504
505505 Commands [ ( int ) UserCommand . DisplayTrainListWindow ] = new UserCommandKeyInput ( 0x43 , KeyModifiers . Alt ) ;
506506 Commands [ ( int ) UserCommand . DisplayCarLabels ] = new UserCommandModifiableKeyInput ( 0x41 , Commands [ ( int ) UserCommand . DisplayNextWindowTab ] ) ;
0 commit comments