c4b429ca1c
* Refactored a User Guide style documentation from the previous Welcome documentation. The Welcome documentation links to the User Guide, the biggest difference is that there is now a separate contents page. * Improvements to the text. * Added Tracker-Add-ons page. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28211 a95241bf-73f2-0310-859d-f6bbb57e9c96
49 lines
1.7 KiB
HTML
49 lines
1.7 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>Twitcher</title>
|
|
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
|
</head>
|
|
<body lang="en-US">
|
|
|
|
<div class="logo">
|
|
<img src="../welcome/welcome-images/logo.png" alt="logo">
|
|
<div class="title">Twitcher</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="contents.html">Contents</a>
|
|
|
|
Previous: <a href="workspaces.html">Workspaces</a>
|
|
|
|
Next: <a href="teammonitor.html">Team Monitor</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<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>
|
|
|
|
</div>
|
|
<!-------
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="contents.html">Contents</a>
|
|
|
|
Previous: <a href="workspaces.html">Workspaces</a>
|
|
|
|
Next: <a href="teammonitor.html">The Team Monitor</a>
|
|
</p>
|
|
</div>
|
|
------>
|
|
</body>
|
|
</html>
|