Eu tive o mesmo problema e não fiquei satisfeito com a resposta, então continuei pesquisando e encontrei este tutorial :
How to create a trigger that implements the auto save feature
http://www.mydigitallife.info/how-to-auto-save-the-database-in-keepass-password-safe/
- In KeePass Password Safe, click on Tools menu and select Triggers.
- Click on Add button to open Add Trigger wizard.
- Enter a name for the new trigger, such as Auto Save Database, then click Next. Left the “Enabled” and “Initially On” check boxes ticked, and “Turn off after executing actions (run once) check box unticked.
- On the “Events” tab, click on Add button.
- Select User interface state updated in the “Event” drop-down list, which evaluates to true when KeePass has finished updating the state of the user interface (menus, toolbar, …), including after most user actions, like adding / editing / deleting entries and groups, etc. Then, click OK, follow by Next in the wizard.
- Optional: On the “Conditions” tab, click on Add button.
- Optional (if perform step above):Select Active database has unsaved changes in the “Condition” drop-down list, and click OK, follow by Next in the wizard.
- On the “Actions” tab, click on Add button.
- Select Save active database in the “Action” drop-down list, and click OK.
- Click Finish, follow by OK.
The action to save the password is performed immediately, if there is unsaved changes. After creating the trigger, the Save button will always be disabled or grayed out, as the change is saved instantly on any changes – addition, deletion or edition.