Updated user guide and welcome page. Among it a new page on Web+ and translations done for Google Code-In. Thanks everyone.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39691 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
*
|
||||
* Authors:
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* fyskij
|
||||
*
|
||||
-->
|
||||
<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>
|
||||
<title>Il Twitcher</title>
|
||||
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -47,20 +49,19 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.</div>
|
||||
|
||||
<h1>Twitcher</h1>
|
||||
<h1>Il Twitcher</h1>
|
||||
|
||||
<p>The Twitcher is a task switcher to jump between running applications and their windows.</p>
|
||||
<p>Il Twitcher è un selettore di attività per saltare tra le applicazioni in esecuzione e tra le loro finestre.</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>
|
||||
<p>E' sufficente premere <span class="key">CTRL</span> <span class="key">TAB</span> per passare tra l'applicazione corrente e l'ultima finestra/applicazione. Premendo <span class="key">CTRL</span> <span class="key">TAB</span> passerà velocemente tra tutte le applicazioni. Oppure tieni premuto <span class="key">CTRL</span> <span class="key">TAB</span> per passare attraverso le applicazioni in esecuzione premendo ripetutamente <span class="key">TAB</span> o <span class="key">←</span>/<span class="key">→</span>. Se hai bisogno di una specifica finestra di un programma, sposta la sua icona e quindi muoviti attraverso le sue finestre aperte con i tasti <span class="key">↑</span>/<span class="key">↓</span>.</p>
|
||||
<p>Puoi passare tra tutte le finestre delle applicazioni visibili sullo spazio di lavoro con <span class="key">CTRL</span> <span class="key">~</span> (che dipende però dalla keymap che stai usando, è il tasto sotto <span class="key">ESC</span>).</p>
|
||||
<p>E' anche possibile invocare il Twitcher con <span class="key">CTRL</span> <span class="key">TAB</span> e quindi usare il mouse per scegliere l'applicazione o la finestra che salterai quando verra rilasciato il tasto <span class="key">CTRL</span>.</p>
|
||||
<p>Il Twitcher offre anche alcune scorciatoie da tastiera più avanzate:</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>
|
||||
<tr><td><span class="key">ESC</span></td><td style="width:15px;"></td><td>Interrompe il twitching e ritorna alla finestra precedentemente attiva.</td></tr>
|
||||
<tr><td><span class="key">Q</span></td><td></td><td>Esce dall'applicazione corrente.</td></tr>
|
||||
<tr><td><span class="key">H</span></td><td></td><td>Nasconde tutte le finestre dell'applicazione scelta.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user