| Placeholders
KeePass supports various placeholders.
|
In many places in KeePass (auto-type, URL field, triggers, ...),
placeholders can be used.
Placeholders are case-sensitive.
Entry Field Placeholders
Field | Placeholder |
Title | {TITLE} |
User Name | {USERNAME} |
URL | {URL} |
Password | {PASSWORD} |
Notes | {NOTES} |
Entry Field References
Fields of other entries can be inserted using
Field References.
Paths and Date/Time Placeholders
Placeholder | Is Replaced By |
{INTERNETEXPLORER} | Path of Internet Explorer, if installed. |
{FIREFOX} | Path of Mozilla Firefox, if installed. |
{OPERA} | Path of Opera, if installed. |
{GOOGLECHROME} | Path of Google Chrome, if installed. |
Placeholder | Is Replaced By |
{APPDIR} | KeePass application directory path. |
Environment Variables
System environment variables are supported.
The name of the variable must be enclosed in '%
' characters.
For example %TEMP%
is replaced by the user's temporary path.
Other Placeholders