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 @@ -506,13 +506,13 @@ static void InitializeCommands(UserCommandInput[] Commands)
506506 Commands [ ( int ) UserCommand . DisplayHelpWindow ] = new UserCommandModifiableKeyInput ( 0x3B , Commands [ ( int ) UserCommand . DisplayNextWindowTab ] ) ;
507507 Commands [ ( int ) UserCommand . DisplayHUD ] = new UserCommandModifiableKeyInput ( 0x3F , KeyModifiers . Alt , Commands [ ( int ) UserCommand . DisplayNextWindowTab ] ) ;
508508 Commands [ ( int ) UserCommand . DisplayTrainDrivingWindow ] = new UserCommandModifiableKeyInput ( 0x3F , Commands [ ( int ) UserCommand . DisplayNextWindowTab ] ) ;
509- Commands [ ( int ) UserCommand . DisplayTrainCarOperationsWindow ] = new UserCommandKeyInput ( 0x43 , KeyModifiers . Control | KeyModifiers . Alt ) ;
509+ Commands [ ( int ) UserCommand . DisplayTrainCarOperationsWindow ] = new UserCommandKeyInput ( 0x43 ) ;
510510 Commands [ ( int ) UserCommand . DisplayMultiPlayerWindow ] = new UserCommandKeyInput ( 0x0A , KeyModifiers . Shift ) ;
511511 Commands [ ( int ) UserCommand . DisplayNextStationWindow ] = new UserCommandKeyInput ( 0x44 ) ;
512512 Commands [ ( int ) UserCommand . DisplayStationLabels ] = new UserCommandModifiableKeyInput ( 0x40 , Commands [ ( int ) UserCommand . DisplayNextWindowTab ] ) ;
513513 Commands [ ( int ) UserCommand . DisplaySwitchWindow ] = new UserCommandKeyInput ( 0x42 ) ;
514514 Commands [ ( int ) UserCommand . DisplayTrackMonitorWindow ] = new UserCommandModifiableKeyInput ( 0x3E , Commands [ ( int ) UserCommand . DisplayNextWindowTab ] ) ;
515- Commands [ ( int ) UserCommand . DisplayTrainOperationsWindow ] = new UserCommandKeyInput ( 0x43 ) ;
515+ Commands [ ( int ) UserCommand . DisplayTrainOperationsWindow ] = new UserCommandKeyInput ( 0x43 , KeyModifiers . Control | KeyModifiers . Alt ) ;
516516 Commands [ ( int ) UserCommand . DisplayTrainDpuWindow ] = new UserCommandKeyInput ( 0x43 , KeyModifiers . Shift ) ;
517517 Commands [ ( int ) UserCommand . DisplayEOTListWindow ] = new UserCommandKeyInput ( 0x43 , KeyModifiers . Control ) ;
518518
You can’t perform that action at this time.
0 commit comments