* 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">Workspaces</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="gui.html">Haiku's GUI</a>
|
||||
   
|
||||
Next: <a href="twitcher.html">The Twitcher</a>
|
||||
«  <a href="gui.html">Haiku's GUI</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="twitcher.html">The Twitcher</a>  »
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="title">Workspaces</div>
|
||||
|
||||
<p>Workspaces are virtual desktops, complete with their own resolution, color depth and background. Up to 32 of these workspaces can be set from the <a href="prefs-screen.html">Screen</a> preferences.</p>
|
||||
|
||||
<h1><img src="../images/desktop-applets-images/workspaces-icon_64.png" alt="workspaces-icon_64.png" width="64" height="64" /><a name="applet">The Workspaces Applet</a></h1>
|
||||
@@ -64,7 +66,7 @@ Also, clicking on an application or one of its windows in the Deskbar will send
|
||||
<p>The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys:
|
||||
<table summary="functionality-thru-modifiers" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr><td><span class="key">CTRL</span></td><td style="width:15px;"></td><td>Brings the the window to the foreground.</td></tr>
|
||||
<tr><td><span class="key">CTRL</span><span class="key">SHIFT</span></td><td></td><td>Minimizes the window.</td></tr>
|
||||
<tr><td><span class="key">CTRL</span> <span class="key">SHIFT</span></td><td></td><td>Minimizes the window.</td></tr>
|
||||
<tr><td><span class="key">OPT</span></td><td></td><td>Sends the window to the back.</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -72,11 +74,11 @@ Also, clicking on an application or one of its windows in the Deskbar will send
|
||||
|
||||
<div class="bottomnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="gui.html">Haiku's GUI</a>
|
||||
   
|
||||
Next: <a href="twitcher.html">The Twitcher</a>
|
||||
«  <a href="gui.html">Haiku's GUI</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
  ::  
|
||||
<a href="twitcher.html">The Twitcher</a>  »
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user