mirror of
https://review.haiku-os.org/haiku
synced 2025-02-14 17:48:33 +01:00
* Changed the design of the logo area and worked on the document margins and overall layout. * Added a navigation infrastructure. * Worked on the text on the Welcome page - Added an actual welcome paragraph and unified the bug sections. Slightly changed the paragraph ordering. * Fixed some typos, added small bits of text to the Tracker topic. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27907 a95241bf-73f2-0310-859d-f6bbb57e9c96
74 lines
2.4 KiB
HTML
74 lines
2.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>The Twitcher</title>
|
|
<style type="text/css">
|
|
</style>
|
|
</head>
|
|
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
|
vlink="#892601" marginwidth="0" marginheight="0">
|
|
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
|
<img src="welcome-images/logo_lt.png" alt="logo"
|
|
border="0">
|
|
</td>
|
|
<td width="45%" bgcolor="#efefef" valign="bottom">
|
|
<img src="welcome-images/logo_rt.png" alt="logo"
|
|
border="0">
|
|
</td>
|
|
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
|
<font size="4">The Twitcher</font>
|
|
</td>
|
|
<td width="5%" bgcolor="#efefef"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
|
<img src="welcome-images/logo_lb.png" alt="logo"
|
|
border="0">
|
|
</td>
|
|
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
|
<img src="welcome-images/logo_rb.png" alt="logo"
|
|
border="0">
|
|
</td>
|
|
<td width="5%" bgcolor="#efefef"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="5%" bgcolor="#e0e0e0"> </td>
|
|
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
|
<small><a href="welcome.html">Welcome</a>
|
|
|
|
Previous: <a href="workspaces.html">Workspaces</a>
|
|
|
|
Next: <a href="tracker.html">The Tracker</a></small>
|
|
</td>
|
|
<td width="5%" bgcolor="#e0e0e0"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="5%"> </td>
|
|
<td width="90%" valign="top" colspan="2">
|
|
|
|
<br>
|
|
<h2>The Twitcher</h2>
|
|
<p>The Twitcher is a task switcher to jump between running applications and their windows.</p>
|
|
<p>
|
|
<img src="twitcher-images/twitcher.png" alt="twitcher.png" width="284" height="96">
|
|
</p>
|
|
<p>Just tap <tt>CTRL+TAB</tt> quickly to switch between the current and the last application/window. Or press <tt>CTRL+TAB</tt> and hold the <tt>CTRL</tt> key to go through all running applications by repeatedly hitting <tt>TAB</tt> or <tt>CURSOR LEFT/RIGHT</tt>. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the <tt>CURSOR UP/DOWN</tt> keys.
|
|
</p><p>It's also possible to invoke the Twitcher with <tt>CTRL+TAB</tt> and then use the mouse to choose the application/window you'll jump to when releasing the <tt>CTRL</tt> key.
|
|
</p>
|
|
|
|
<br>
|
|
|
|
</td>
|
|
<td width="5%"> </td>
|
|
</tr>
|
|
|
|
</table>
|
|
</body>
|
|
</html>
|