* My text wasn't correct 100% either (as #4320 shows).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-08-24 07:31:49 +00:00
parent 7f99f42c8f
commit 53d532cb80

View File

@ -63,7 +63,7 @@ Also, clicking on an application or one of its windows in the Deskbar will send
<h2><a id="special" name="special">Special functionality</a></h2>
<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>Activates the window.</td></tr>
<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">OPT</span></td><td></td><td>Sends the window to the back.</td></tr>
</table>