File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -4410,21 +4410,24 @@ public void Update()
4410
4410
}
4411
4411
}
4412
4412
errLine = "26" ;
4413
- foreach ( KeyCode KC in ActiveKeys )
4413
+ if ( InputLockManager . GetControlLock ( "kOSTerminal" ) == ControlTypes . None )
4414
4414
{
4415
- errLine = "27" ;
4416
- if ( Input . GetKeyDown ( KC ) )
4415
+ foreach ( KeyCode KC in ActiveKeys )
4417
4416
{
4418
- // print("keydown " + KC);
4419
- for ( int i = 1 ; i <= 250 ; i = i + 1 )
4420
- {
4421
- if ( AGXguiKeys [ i ] == KC )
4417
+ errLine = "27" ;
4418
+ if ( Input . GetKeyDown ( KC ) )
4422
4419
{
4423
- //print("Key act for some reason " + i);
4424
- ActivateActionGroupCheckModKeys ( i ) ;
4420
+ // print("keydown " + KC);
4421
+ for ( int i = 1 ; i <= 250 ; i = i + 1 )
4422
+ {
4423
+ if ( AGXguiKeys [ i ] == KC )
4424
+ {
4425
+ //print("Key act for some reason " + i);
4426
+ ActivateActionGroupCheckModKeys ( i ) ;
4427
+ }
4428
+ }
4425
4429
}
4426
4430
}
4427
- }
4428
4431
}
4429
4432
errLine = "28" ;
4430
4433
//if (!ActiveActionsCalculated)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class AGXMainMenu :PartModule
13
13
//abandoned module, no longer needed for key rebinding
14
14
public void Start ( )
15
15
{
16
- print ( "AGExt Ver. 1.29 loaded" ) ;
16
+ print ( "AGExt Ver. 1.29a loaded" ) ;
17
17
}
18
18
19
19
}
You can’t perform that action at this time.
0 commit comments