You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alan Faubert 1082d1fb7b keepass: show additional auto-type options 1 year ago
..
README.md keepass: show additional auto-type options 1 year ago

README.md

KeePass

Config

Manually merge the following into KeePass.config.xml:

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<MainWindow>
		<CloseButtonMinimizesWindow>true</CloseButtonMinimizesWindow>
		<EscAction>MinimizeToTray</EscAction>
		<MinimizeToTray>true</MinimizeToTray>
		<CopyUrlsInsteadOfOpening>true</CopyUrlsInsteadOfOpening>
	</MainWindow>
	<UI>
		<ShowAdvAutoTypeCommands>true</ShowAdvAutoTypeCommands>
	</UI>
	<Security>
		<MasterKeyOnSecureDesktop>true</MasterKeyOnSecureDesktop>
	</Security>
	<PasswordGenerator>
		<UserProfiles>
			<Profile>
				<Name>Good</Name>
				<GeneratorType>CharSet</GeneratorType>
				<Length>30</Length>
				<CharSetRanges>ULDS_musB_</CharSetRanges>
			</Profile>
		</UserProfiles>
	</PasswordGenerator>
	<Integration>
		<AutoTypeAlwaysShowSelDialog>true</AutoTypeAlwaysShowSelDialog>
	</Integration>
</Configuration>