1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="author" content="Dominik Reichl" />
<meta name="DC.title" content="Integration - KeePass" />
<meta name="DC.creator" content="Dominik Reichl" />
<meta name="DC.type" content="Text" />
<meta name="DC.format" content="text/html" />
<meta name="DC.language" content="en" />
<meta name="DC.rights" content="Copyright (C) 2003-2019 Dominik Reichl" />
<meta name="robots" content="index, follow" />
<meta name="flattr:id" content="42rykv" />
<title>Integration - KeePass</title>
<base target="_self" />
<link rel="stylesheet" type="text/css" href="../../default.css" />
</head>
<body>
<table class="sectionsummary"><tr><td width="68">
<img src="../images/b64x64_package_system.png" width="64" height="64"
class="singleimg" align="left" alt="Help" />
</td><td valign="middle"><h1>Integration</h1><br />
How KeePass integrates into your operating system environment.
</td></tr></table>
<ul>
<li><a href="#wndrestore">Global Hot Key to Restore KeePass Window</a></li>
<li><a href="#singleinstance">Limit to Single Instance Option</a></li>
</ul>
<br />
<a name="wndrestore"></a>
<h2 class="sectiontitle">
<img src="../images/b16x16_window_list.png" class="singleimg" alt="Info" /> Global
Hot Key to Restore KeePass Window</h2>
<p>To quickly switch back from an application to KeePass, you can use the
global hot key that restores the KeePass main window.</p>
<p>If you have multiple instances of KeePass running, pressing the global hot
key will restore the first instance that has been started.</p>
<p>The global hot key is <kbd><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>K</kbd></kbd>.</p>
The hot key can freely be changed to a different key combination
(or disabled) in the 'Options' dialog, tab page 'Integration'.
<br /><br />
<a name="singleinstance"></a>
<h2 class="sectiontitle">
<img src="../images/b16x16_kcmsystem.png" class="singleimg" alt="Info" /> Limit
to Single Instance Option</h2>
<p>If you enable the <i>'Limit to Single Instance'</i> option, at most one KeePass instance can
be running at a time. If you try to start a second KeePass instance, it is
immediately terminated, and the first instance is brought to
the foreground.</p>
KeePass 2.x can open multiple databases in one instance/window (a tab bar appears,
which allows you to conveniently switch between the databases).<br />
<br />
When multiple databases are opened in one instance and you press the
global auto-type hot key, auto-type searches in all opened databases for
matching entries. Note that only exactly one KeePass instance can register
the global hot key; so when you disable the single instance option and
open databases in different instances, only the first instance searches
for matching entries when global auto-type is invoked, not the others.
</body></html>
|