* Typo in keyboard-shortcuts.html
* Changes on all pages and CSS for - min/max width - topic title to the left under the logo - a new logo (thanks Jorge) - refurbished navi bar - some more printing tweaks There are a few CSS issues where I can use some help. I'll post about it on the documentation mailing list. +alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,21 +21,23 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<img src="../images/logo.png" alt="logo" width="372" height="86" />
|
||||
<div class="title">Twitcher</div>
|
||||
<img src="./images/logo.png" alt="logo" class="noprint" id="logo" name="logo" />
|
||||
</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>
|
||||
«  <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>
|
||||
@@ -52,11 +54,11 @@
|
||||
<!--
|
||||
<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>
|
||||
«  <a href="workspaces.html">Workspaces</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="teammonitor.html">Team Monitor</a>  »
|
||||
</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user