2010-01-14 10:00:47 +03:00
<?xml version="1.0" encoding="UTF-8"?>
2010-03-05 10:01:38 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2008-12-10 02:31:04 +03:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" xml:lang = "en-US" >
2008-10-08 01:04:11 +04:00
< head >
2008-12-10 02:31:04 +03:00
<!--
*
* 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" / >
2008-10-17 13:53:43 +04:00
< title > Twitcher< / title >
2010-03-05 10:01:38 +03:00
< link rel = "stylesheet" type = "text/css" href = "../Haiku-doc.css" / >
2008-10-08 01:04:11 +04:00
< / head >
2008-12-10 02:31:04 +03:00
< body >
2008-10-08 01:04:11 +04:00
2010-01-14 10:00:47 +03:00
< div id = "banner" >
< div > < span > User guide< / span > < / div >
2008-10-09 00:51:49 +04:00
< / div >
2009-08-24 16:41:43 +04:00
2010-01-14 10:00:47 +03:00
< div class = "nav" >
< div class = "inner" >
< ul class = "lang-menu" >
2010-03-05 10:01:38 +03:00
< li class = "now" > < img src = "../images/flags/gb.png" alt = "" / > English< / li >
< li > < a href = "../fr/twitcher.html" > < img src = "../images/flags/fr.png" alt = "" / > Français< / a > < / li >
< li > < a href = "../de/twitcher.html" > < img src = "../images/flags/de.png" alt = "" / > Deutsch< / a > < / li >
< li > < a href = "../it/twitcher.html" > < img src = "../images/flags/it.png" alt = "" / > Italiano< / a > < / li >
< li > < a href = "../ru/twitcher.html" > < img src = "../images/flags/ru.png" alt = "" / > Русский< / a > < / li >
< li > < a href = "../es/twitcher.html" > < img src = "../images/flags/es.png" alt = "" / > Español< / a > < / li >
2011-05-22 22:01:43 +04:00
< li > < a href = "../sv_SE/twitcher.html" > < img src = "../images/flags/sv_SE.png" alt = "" / > Svenska< / a > < / li >
2010-03-05 10:01:38 +03:00
< li > < a href = "../jp/twitcher.html" > < img src = "../images/flags/jp.png" alt = "" / > 日本語< / a > < / li >
2010-05-09 19:51:27 +04:00
< li > < a href = "../uk/twitcher.html" > < img src = "../images/flags/uk.png" alt = "" / > Українська< / a > < / li >
2010-07-08 22:03:41 +04:00
< li > < a href = "../zh_CN/twitcher.html" > < img src = "../images/flags/zh_CN.png" alt = "" / > 中文 [中文]< / a > < / li >
< li > < a href = "../pt_PT/twitcher.html" > < img src = "../images/flags/pt_PT.png" alt = "" / > Português< / a > < / li >
2010-01-14 10:00:47 +03:00
< / ul >
< span >
« < a href = "workspaces.html" > Workspaces< / a >
:: < a href = "contents.html" class = "uplink" > Contents< / a >
:: < a href = "teammonitor.html" > Team Monitor< / a > »
< / span > < / div >
2008-10-09 00:51:49 +04:00
< / div >
2008-10-08 01:04:11 +04:00
2010-01-14 10:00:47 +03:00
< div id = "content" >
< div >
2008-10-08 01:04:11 +04:00
2010-01-14 10:00:47 +03:00
< h1 > Twitcher< / h1 >
2009-08-24 16:41:43 +04:00
2008-10-03 12:03:14 +04:00
< p > The Twitcher is a task switcher to jump between running applications and their windows.< / p >
2009-07-17 21:14:31 +04:00
< img src = "../images/twitcher-images/twitcher.png" alt = "twitcher.png" / >
2010-01-14 10:00:47 +03:00
< 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 >
2009-07-05 22:23:20 +04:00
< p > The Twitcher also offers a few more advanced keyboard shortcuts:< / p >
< table summary = "more shortcuts" border = "0" cellspacing = "0" cellpadding = "4" >
2009-07-07 05:57:45 +04:00
< 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 >
2009-07-05 22:23:20 +04:00
< tr > < td > < span class = "key" > Q< / span > < / td > < td > < / td > < td > Quits the selected application.< / td > < / tr >
2009-07-07 05:57:45 +04:00
< tr > < td > < span class = "key" > H< / span > < / td > < td > < / td > < td > Hides all windows of the selected application.< / td > < / tr >
2009-07-05 22:23:20 +04:00
< / table >
2008-10-08 01:04:11 +04:00
2008-10-09 00:51:49 +04:00
< / div >
2010-01-14 10:00:47 +03:00
< / div >
2008-12-10 02:31:04 +03:00
<!--
2010-01-14 10:00:47 +03:00
< div class = "nav" >
< div class = "inner" > < span >
« < a href = "workspaces.html" > Workspaces< / a >
:: < a href = "contents.html" class = "uplink" > Contents< / a >
:: < a href = "teammonitor.html" > Team Monitor< / a > »
< / span > < / div >
2008-10-17 13:53:43 +04:00
< / div >
2008-12-10 02:31:04 +03:00
-->
2008-10-08 01:04:11 +04:00
< / body >
< / html >