naps2/NAPS2.Setup/appsettings.xml
2024-01-14 20:17:33 -08:00

142 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!-- Documented at http://www.naps2.com/doc/org-use -->
<AppConfig>
<DefaultCulture></DefaultCulture>
<StartupMessageTitle></StartupMessageTitle>
<StartupMessageText></StartupMessageText>
<StartupMessageIcon>Information</StartupMessageIcon>
<ShowPageNumbers mode="default">false</ShowPageNumbers>
<ShowProfilesToolbar mode="default">false</ShowProfilesToolbar>
<ScanChangesDefaultProfile mode="default">true</ScanChangesDefaultProfile>
<ScanButtonDefaultAction mode="default">ScanWithDefaultProfile</ScanButtonDefaultAction>
<SaveButtonDefaultAction mode="default">SaveAll</SaveButtonDefaultAction>
<DeleteAfterSaving mode="default">false</DeleteAfterSaving>
<KeepSession mode="default">false</KeepSession>
<SingleInstance mode="default">false</SingleInstance>
<HideOcrButton>false</HideOcrButton>
<HideImportButton>false</HideImportButton>
<HideSavePdfButton>false</HideSavePdfButton>
<HideSaveImagesButton>false</HideSaveImagesButton>
<HideEmailButton>false</HideEmailButton>
<HidePrintButton>false</HidePrintButton>
<HideSettingsButton>false</HideSettingsButton>
<HideDonateButton>false</HideDonateButton>
<DisableAutoSave>false</DisableAutoSave>
<LockSystemProfiles>false</LockSystemProfiles>
<LockUnspecifiedDevices>false</LockUnspecifiedDevices>
<NoUserProfiles>false</NoUserProfiles>
<AlwaysRememberDevice>false</AlwaysRememberDevice>
<NoUpdatePrompt>false</NoUpdatePrompt>
<NoDebugLogging>false</NoDebugLogging>
<NoScannerSharing>false</NoScannerSharing>
<DisableSaveNotifications>false</DisableSaveNotifications>
<ComponentsPath></ComponentsPath>
<OcrTimeoutInSeconds>600</OcrTimeoutInSeconds>
<OcrState>UserConfig</OcrState>
<OcrDefaultLanguage></OcrDefaultLanguage>
<OcrDefaultMode>Fast</OcrDefaultMode>
<OcrDefaultAfterScanning>true</OcrDefaultAfterScanning>
<ForcePdfCompat>Default</ForcePdfCompat>
<EventLogging>None</EventLogging>
<DefaultProfileSettings>
<DriverName></DriverName>
<!--
<Device>
<ID></ID>
<Name></Name>
</Device>
-->
<UseNativeUI>false</UseNativeUI>
<PaperSource>Glass</PaperSource>
<BitDepth>C24Bit</BitDepth>
<PageSize>Letter</PageSize>
<!--
<CustomPageSizeName></CustomPageSizeName>
<CustomPageSize>
<Width></Width>
<Height></Height>
<Unit>Inch</Unit>
</CustomPageSize>
-->
<PageAlign>Right</PageAlign>
<Resolution>Dpi100</Resolution>
<AfterScanScale>OneToOne</AfterScanScale>
<Brightness>0</Brightness>
<Contrast>0</Contrast>
<EnableAutoSave>false</EnableAutoSave>
<!--
<AutoSaveSettings>
<FilePath></FilePath>
<ClearImagesAfterSaving>false</ClearImagesAfterSaving>
<Separator>FilePerPage</Separator>
</AutoSaveSettings>
-->
<MaxQuality>false</MaxQuality>
<Quality>75</Quality>
<ExcludeBlankPages>false</ExcludeBlankPages>
<BlankPageWhiteThreshold>70</BlankPageWhiteThreshold>
<BlankPageCoverageThreshold>25</BlankPageCoverageThreshold>
<BrightnessContrastAfterScan>false</BrightnessContrastAfterScan>
<WiaOffsetWidth>false</WiaOffsetWidth>
<ForcePageSize>false</ForcePageSize>
<FlipDuplexedPages>false</FlipDuplexedPages>
<TwainImpl>Default</TwainImpl>
</DefaultProfileSettings>
<KeyboardShortcuts>
<ScanDefault>Ctrl+Enter</ScanDefault>
<ScanProfile1>F2</ScanProfile1>
<ScanProfile2>F3</ScanProfile2>
<ScanProfile3>F4</ScanProfile3>
<ScanProfile4>F5</ScanProfile4>
<ScanProfile5>F6</ScanProfile5>
<ScanProfile6>F7</ScanProfile6>
<ScanProfile7>F8</ScanProfile7>
<ScanProfile8>F9</ScanProfile8>
<ScanProfile9>F10</ScanProfile9>
<ScanProfile10>F11</ScanProfile10>
<ScanProfile11>F12</ScanProfile11>
<ScanProfile12></ScanProfile12>
<NewProfile></NewProfile>
<BatchScan>Ctrl+B</BatchScan>
<Profiles></Profiles>
<Ocr></Ocr>
<Import>Ctrl+O</Import>
<SavePDF>Ctrl+S</SavePDF>
<SavePDFAll></SavePDFAll>
<SavePDFSelected></SavePDFSelected>
<SaveImages></SaveImages>
<SaveImagesAll></SaveImagesAll>
<SaveImagesSelected></SaveImagesSelected>
<EmailPDF></EmailPDF>
<EmailPDFAll></EmailPDFAll>
<EmailPDFSelected></EmailPDFSelected>
<Print>Ctrl+P</Print>
<ImageView></ImageView>
<ImageBlackWhite></ImageBlackWhite>
<ImageBrightness></ImageBrightness>
<ImageContrast></ImageContrast>
<ImageCrop></ImageCrop>
<ImageHue></ImageHue>
<ImageSaturation></ImageSaturation>
<ImageSharpen></ImageSharpen>
<ImageReset></ImageReset>
<RotateLeft></RotateLeft>
<RotateRight></RotateRight>
<RotateFlip></RotateFlip>
<RotateCustom></RotateCustom>
<MoveUp>Ctrl+Up</MoveUp>
<MoveDown>Ctrl+Down</MoveDown>
<ReorderInterleave></ReorderInterleave>
<ReorderDeinterleave></ReorderDeinterleave>
<ReorderAltInterleave></ReorderAltInterleave>
<ReorderAltDeinterleave></ReorderAltDeinterleave>
<ReorderReverseAll></ReorderReverseAll>
<ReorderReverseSelected></ReorderReverseSelected>
<Delete></Delete>
<Clear>Ctrl+Shift+Del</Clear>
<About>F1</About>
<ZoomIn>Ctrl+Oemplus</ZoomIn>
<ZoomOut>Ctrl+OemMinus</ZoomOut>
</KeyboardShortcuts>
</AppConfig>