ca8b8ff27b
* Vincent also saw that the logo bg-color is #eeeeee instead of #efefef. ->Corrected CSS. Also, there can be issues with PNG inside div-blocks setting a bg-color. PNGs include a color profile that can screw browser rendering to display different colors though using the same RGB values. Interesting. See http://www.kaktus.cc/weblog/png_and_color_profiles/ I stripped the color profile info from the logo.png as suggested at that URL. Thanks Vincent! +alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32804 a95241bf-73f2-0310-859d-f6bbb57e9c96
67 lines
3.2 KiB
HTML
67 lines
3.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"../../html-dtd/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
|
<head>
|
|
<!--
|
|
*
|
|
* Copyright 2008, Haiku. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Humdinger <humdingerb@gmail.com>
|
|
*
|
|
-->
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta name="robots" content="all" />
|
|
<title>Twitcher</title>
|
|
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="./images/logo.png" alt="logo" class="noprint" id="logo" name="logo" />
|
|
</div>
|
|
|
|
<div class="topnav">
|
|
<p>
|
|
«  <a href="workspaces.html">Workspaces</a>
|
|
  ::  
|
|
<a href="contents.html" class="uplink">Contents</a>
|
|
  ::  
|
|
<a href="teammonitor.html">Team Monitor</a>  »
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<div class="title">Twitcher</div>
|
|
|
|
<p>The Twitcher is a task switcher to jump between running applications and their windows.</p>
|
|
<img src="../images/twitcher-images/twitcher.png" alt="twitcher.png" />
|
|
<p>Just tap <span class="key">CTRL</span> <span class="key">TAB</span> to switch between the current and the last application/window. Tapping <span class="key">CTRL</span> <span class="key">TAB</span> very quickly will switch between all applications. Or press and hold <span class="key">CTRL</span> <span class="key">TAB</span> to go through all running applications by repeatedly hitting <span class="key">TAB</span> or <span class="key">←</span>/<span class="key">→</span>. 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 <span class="key">↑</span>/<span class="key">↓</span> keys.</p>
|
|
<p>You cycle through all an applications visible windows on the current workspace with <span class="key">CTRL</span> <span class="key">~</span> (which, depending on the keymap you're using, is the key below <span class="key">ESC</span>).</p>
|
|
<p>It's also possible to invoke the Twitcher with <span class="key">CTRL</span> <span class="key">TAB</span> and then use the mouse to choose the application/window you'll jump to when releasing the <span class="key">CTRL</span> key.</p>
|
|
<p>The Twitcher also offers a few more advanced keyboard shortcuts:</p>
|
|
<table summary="more shortcuts" border="0" cellspacing="0" cellpadding="4">
|
|
<tr><td><span class="key">ESC</span></td><td style="width:15px;"></td><td>Aborts the twitching and returns to the formerly active window.</td></tr>
|
|
<tr><td><span class="key">Q</span></td><td></td><td>Quits the selected application.</td></tr>
|
|
<tr><td><span class="key">H</span></td><td></td><td>Hides all windows of the selected application.</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
<!--
|
|
<div class="bottomnav">
|
|
<p>
|
|
«  <a href="workspaces.html">Workspaces</a>
|
|
  ::  
|
|
<a href="contents.html" class="uplink">Contents</a>
|
|
  ::  
|
|
<a href="teammonitor.html">Team Monitor</a>  »
|
|
</p>
|
|
</div>
|
|
-->
|
|
</body>
|
|
</html>
|