mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 07:08:25 +01:00
Patch by Humdinger:
* Added the missing Team Monitor intro. * Fixed navigation in the preceeding and following files. Changes by myself: * Removed the bottom navigation in the Twitcher intro, since the file is so short anyways. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
76c6cc88c2
commit
d3bcedcb48
48
welcome/teammonitor.html
Normal file
48
welcome/teammonitor.html
Normal file
@ -0,0 +1,48 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Team Monitor</title>
|
||||
<link rel="stylesheet" type="text/css" href="welcome.css">
|
||||
</head>
|
||||
<body lang="en-US">
|
||||
|
||||
<div class="logo">
|
||||
<img src="welcome-images/logo.png" alt="logo">
|
||||
<div class="title">Team Monitor</div>
|
||||
</div>
|
||||
<div class="topnav">
|
||||
<p>
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="twitcher.html">The Twitcher</a>
|
||||
|
||||
Next: <a href="tracker.html">The Tracker</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h2>The Team Monitor</h2>
|
||||
<p>With <tt>CTRL+ALT+DEL</tt> you invoke the Team Monitor which lists all currently running programs.
|
||||
</p><img src="teammonitor-images/teammonitor.png" width="385" height="342">
|
||||
<br>
|
||||
<p>Programs that were launched by the system are blue, those started by the user black.<br>
|
||||
Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can kill a program by selecting it and pressing the <i>Kill Application</i> button.
|
||||
</p><p>If your Tracker or Deskbar crashed or froze, a new button appears (you may have to kill the offending team first): <i>Restart the Desktop</i> will restart Tracker and/or Deskbar for you.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="bottomnav">
|
||||
<p>
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="twitcher.html">The Twitcher</a>
|
||||
|
||||
Next: <a href="tracker.html">The Tracker</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -135,7 +135,7 @@ Before you switch Tracker to Single Window Navigation mode, because that may fee
|
||||
<p>
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="twitcher.html">The Twitcher</a>
|
||||
Previous: <a href="teammonitor.html">The Team Monitor</a>
|
||||
|
||||
Next: <a href="deskbar.html">The Deskbar</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user