mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 07:14:48 +01:00
077a475a14
CDPlayer and CodyCam (both work in progress), DeskCalc * Started installing.html. * Added a screenshot of Glyph+Subpixel rendering to Appearance prefs. * Mentioned new setting "Monospaced Fonts Only" glyph hinting in Apperance prefs * Mentioned sysinfo and listdev in bugreports.html as pointed out by scottmc. * Some tweaks to the Haiku-doc.css. * Put a link to http://www.haiku-os.org/community into welcome.html, removed the "(online)". * Reorganized the file hierarchy to accommodate future translations. See thread: http://www.freelists.org/post/haiku-doc/Organizing-translations-of-User-GuideWelcome-Package. * Added a userguide/languages.html that will serve as entry for the different translations. Since the welcome page is more or less only one page, we'll find another solution for that when the first translations are available. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28890 a95241bf-73f2-0310-859d-f6bbb57e9c96
85 lines
4.6 KiB
HTML
85 lines
4.6 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"../../../../html-dtd/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
|
<head>
|
|
<!--
|
|
*
|
|
* 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" />
|
|
<title>Magnify</title>
|
|
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="../../images/logo.png" alt="logo" width="372" height="86" />
|
|
<div class="title">Magnify</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="../applications.html">Applications</a>
|
|
   
|
|
Previous: <a href="apps-icon-o-matic.html">Icon-O-Matic</a>
|
|
   
|
|
Next: <a href="apps-mail.html">Mail</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1><img src="../../images/apps-images/magnify-icon_64.png" alt="magnify-icon_64.png"
|
|
width="64" height="64" />Magnify</h1>
|
|
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
|
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
|
|
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/Magnify</tt></td></tr>
|
|
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/Magnify_prefs</tt></td></tr>
|
|
</table>
|
|
<p>Magnify shows an enlarged version of the area around your mouse pointer.</p>
|
|
<img src="../../images/apps-images/magnify.png" alt="magnify.png" width="292" height="384" />
|
|
<p>At the top you'll find the size and magnification level of the area. "<i>32 x 32 @ 8 pixels/pixel</i>" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8.</p>
|
|
<p>Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value.<br />
|
|
You can move the red outline with the <tt>CURSOR</tt> keys.</p>
|
|
<p>To measure distances and align objects, you can add up to two blue crosshairs with <tt>ALT+H</tt>. Their X/Y coordinates toward the top left corner and, if both are added, their X/Y distance from each other, are displayed at the bottom.<br />
|
|
They can also be moved with the <tt>CURSOR</tt> keys. The active crosshair is marked with an "x".</p>
|
|
<p>You can move the mouse pointer pixel by pixel with <tt>AltGr+CURSOR</tt> keys.</p>
|
|
<p>Clicking on the drop-down menu gives you a number of options:</p>
|
|
<table summary="options" border="0" cellpadding="2" cellspacing="0">
|
|
<tr><td><i>Save Image</i></td><td><tt>ALT+S</tt></td><td> </td><td>Saves the current display as a resource file.</td></tr>
|
|
<tr><td><i>Copy Image</i></td><td><tt>ALT+C</tt></td><td> </td><td>Copies the current display to the clipboard.</td></tr>
|
|
<tr><td><i>Hide/Show Info</i></td><td><tt>ALT+T</tt></td><td> </td><td>Toggles the display of all the additional information.</td></tr>
|
|
<tr><td><i>Add a Crosshair</i></td><td><tt>ALT+H</tt></td><td> </td><td>Adds a crosshair you can drag around. </td></tr>
|
|
<tr><td><i>Remove a Crosshair</i></td><td><tt>ALT+SHIFT+H</tt></td><td> </td><td>Removes the last added crosshair.</td></tr>
|
|
<tr><td><i>Hide/Show Grid</i></td><td><tt>ALT+G</tt></td><td> </td><td>Toggles the overlayed grid.</td></tr>
|
|
<tr><td class="onelinetop"><i>Freeze/Unfreeze image</i></td><td><tt>ALT+F</tt></td><td> </td><td>Stops/continues updating the magnification area.</td></tr>
|
|
<tr><td><i>Stick Coordinates</i></td><td><tt>ALT+I</tt></td><td> </td><td>Keeps updating the magnification area, but don't follow the mouse pointer any more.</td></tr>
|
|
<tr><td><i>Make Square</i></td><td><tt>ALT+/</tt></td><td> </td><td>Reverts back to a square display after resizing the window.</td></tr>
|
|
<tr><td class="onelinetop"><i>Decrease Window Size</i></td><td><tt>ALT+-</tt></td><td> </td><td>Shrinks the magnified area around the mouse pointer.</td></tr>
|
|
<tr><td><i>Increase Window Size</i></td><td><tt>ALT++</tt></td><td> </td><td>Enlarges the magnified area around the mouse pointer.</td></tr>
|
|
<tr><td><i>Decrease Pixel Size</i></td><td><tt>ALT+,</tt></td><td> </td><td>Lowers magnification.</td></tr>
|
|
<tr><td><i>Increase Pixel Size</i></td><td><tt>ALT+.</tt></td><td> </td><td>Increases magnification.</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="../applications.html">Applications</a>
|
|
   
|
|
Previous: <a href="apps-icon-o-matic.html">Icon-O-Matic</a>
|
|
   
|
|
Next: <a href="apps-mail.html">Mail</a>
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|