diff --git a/manifest.json b/manifest.json index cba24f0..ed8583c 100644 --- a/manifest.json +++ b/manifest.json @@ -715,7 +715,7 @@ }, { "projectID": 932060, - "fileID": 5807317, + "fileID": 5810986, "required": true }, { diff --git a/overrides/config/nomilabs.cfg b/overrides/config/nomilabs.cfg index 361acf8..2554c56 100755 --- a/overrides/config/nomilabs.cfg +++ b/overrides/config/nomilabs.cfg @@ -679,4 +679,33 @@ content { B:enableEffortlessBuildingIntegration=true } + ########################################################################################################## + # ae2 terminal options + #--------------------------------------------------------------------------------------------------------# + # AE2 Terminal Options + ########################################################################################################## + + "ae2 terminal options" { + # Whether to Auto-Focus the Fluid Interface Configuration Terminal. + # [default: true] + B:autoFocusConfigFluidInterface=true + + # Whether to Auto-Focus the Interface Configuration Terminal. + # [default: true] + B:autoFocusConfigInterface=true + + # Whether to Auto-Focus the Fluid Terminal. + # [default: true] + B:autoFocusFluid=true + + # Whether to Auto-Focus the Interface Terminal. + # [default: true] + B:autoFocusInterface=true + + # Whether to Save Serach Strings in the Interface Configuration Terminals (Item and Fluid). + # Default AE2 Behaviour is to Save. + # [default: false] + B:saveConfigInterfaceSearch=false + } + }