Skip to content

xatupal/AutoTypeSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoTypeSplitter

KeePass Plugin

Splits auto-typing into distinct parts.

It is useful when the login screen consists of multiple parts and it is not known in advance when or what characters will be needed. Also, the plugin can be used as a delay method until the next page of a multipage login loads and when a particular entry is to be entered in multiple places with varying arrangements/designs of input fields.

Example usages:

  • {USERNAME}{ENTER}{SPLIT}{PICKCHARS}{ENTER} - KeePass will print the username and then will show the pickchars window.
  • {USERNAME}{ENTER}{SPLIT:Custom message}{PASSWORD}{ENTER} - KeePass will print the username and then will show a message box with Custom message:
    • If the user clicks OK button or presses Enter, KeePass will continue auto-typing and print the password.
    • If the user clicks Cancel or presses Esc, KeePass will break auto-typing.
  • Multiple usages of {SPLIT} within a sequence is allowed e.g.:
    • {USERNAME}{ENTER}{SPLIT}{PICKFIELD}{ENTER}{SPLIT:Custom message}{S:CustomField}{ENTER}

The plugin is compatible with TCATO and can extend the functionality of TCATO Placeholder plugin, e.g.:

  • {TCATO:false}{USERNAME}{TAB}{SPLIT}{TCATO:true}{PASSWORD} - KeePass will enable TCATO for the password only.

Whereas, if all you need is just to postpone {PICKCHARS} window then it's easier to use PickCharsDeffered plugin which does not require any changes in the sequences.

Installation

Copy AutoTypeSplitter.dll or AutoTypeSplitter.plgx to the KeePass Plugins directory or install via Chocolatey:

choco install keepass-plugin-autotypesplitter