Initial import of the user guide translations from http://userguide.haikuzone.net. Thanks to Vincent for providing all the necessary tools and to all translators for their work so far!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35067 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-01-14 07:00:47 +00:00
parent bcc2c157a1
commit ee7dedc859
1233 changed files with 58973 additions and 4098 deletions
@@ -0,0 +1,111 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Appearance</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/appearance.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/appearance.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/appearance.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/appearance.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/appearance.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/appearance.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/appearance.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
<a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="backgrounds.html">Backgrounds</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/appearance-icon_64.png" alt="appearance-icon_64.png" width="64" height="64" />Appearance</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Appearance</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/appearance</span></td></tr>
</table>
<p>The Appearance preferences lets you change some aspects of Haiku's visuals.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="colors" name="colors">Colors</a></h2>
<img src="../images/prefs-images/appearance-colors.png" alt="appearance-colors.png" />
<p>In the first tab, <span class="menu">Colors</span>, you can change the colors of different parts of the user interface. The color well accepts drag&amp;drops from other programs, letting you drag colors over from e.g. <span class="app">WonderBrush</span>, <span class="app">Icon-O-Matic</span> or the <span class="app">Backgrounds</span> panel.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="antialiasing" name="antialiasing">Antialiasing</a></h2>
<img src="../images/prefs-images/appearance-antialiasing.png" alt="appearance-antialiasing.png" />
<p>The second tab, <span class="menu">Antialiasing</span>, provides different settings for how things are rendered on screen.</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Glyph hinting</h3>
<p>An activated <span class="menu">Glyph hinting</span> aligns all letters in such a way that their vertical and horizontal edges rest exactly between two pixels. The result is a perfect contrast, especially when dealing with black on white. Text appears crisper. There's also a setting for <span class="menu">Monospaced Fonts Only</span> that's especially helpful with low resolution devices like netbooks. Small fonts can look pretty bad when hinting is turned on, but with this setting you still have the advantage of hinting for text editors and Terminal.</p>
<p>See the difference hinting makes with these magnified screenshots:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-off.png" alt="appearance-glyph-off.png" /><br />Hinting: off</td><td style="width:15px;"></td><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-on.png" alt="appearance-glyph-on.png" /><br />Hinting: on</td></tr>
</table>
<p>It should be pointed out that all the <span class="app">Magnify</span> windows on this page are of course rendered themselves with the different options as well. So, you get a real world impression of the settings by comparing, for example, the bold yellow tab title or the text "33 x 15 @ 8 pixels/pixel".</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Antialiasing type</h3>
<p>Another technique to improve rendering is <i>Antialiasing</i>, which supports all vector graphics as well as text. It smooths lines by changing the color of certain pixels. There are two methods for that:</p>
<p><span class="menu">Grayscale</span> changes the intensity of pixels at the edge.<br />
<span class="menu">LCD subpixel</span> does an even better job, especially with (high resolution) LCD monitors. Instead of the intensity of a pixel, it changes its color which moves an edge by a fraction of a pixel, because LCD displays produce every pixel with a red, green and blue component.</p>
<p>Again, the two different methods with magnified screenshots:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-off.png" alt="appearance-glyph-off.png" /><br />Grayscale, Hinting: off</td><td style="width:15px;"></td><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-subpixel.png" alt="appearance-subpixel.png" /><br />LCD subpixel, Hinting: off</td></tr>
</table>
<p>Subpixel based antialiasing adds a slight colored shine to objects. Something not everyone tolerates. In Haiku you can mix the two antialiasing methods and find the right setting for you by using a slider.</p>
<div class="box-info">The subpixel based antialiasing in combination with the glyph hinting is subject of a software patent and is therefore not available by default. Depending on where in the world you live, you may get an unlocked version. Sorry about that. Talk with your representative.</div>
<p>If you do activate hinting plus LCD subpixel rendering by changing the source and recompiling, this is how it looks compared to hinting with Grayscale:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-on.png" alt="appearance-glyph-on.png" /><br />Grayscale, Hinting: on</td><td style="width:15px;"></td><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-on-subpixel.png" alt="appearance-glyph-on-subpixel.png" /><br />LCD subpixel, Hinting: on</td></tr>
</table>
<p><br /></p>
<p>At the bottom of the panel are two buttons:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Appearance preferences.</td></tr>
</table>
</div>
</div>
<div class="nav">
<div class="inner"><span>
<a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="backgrounds.html">Backgrounds</a>  »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,87 @@
<?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 <[email protected]>
*
-->
<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>Backgrounds</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/backgrounds.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/backgrounds.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/backgrounds.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/backgrounds.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/backgrounds.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/backgrounds.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/backgrounds.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
«  <a href="appearance.html">Appearance</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="datatranslations.html">DataTranslations</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/backgrounds-icon_64.png" alt="backgrounds-icon_64.png" width="64" height="64" />Backgrounds</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Backgrounds</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<span class="path">~/config/settings/Backgrounds settings</span> - stores the panel's window position</td></tr>
</table>
<p>You can set a color or an image as background for every folder and the Desktop for every workspace.</p>
<p><br /></p>
<img src="../images/prefs-images/backgrounds.png" alt="backgrounds.png" />
<p>The top menu specifies if your changes are applied to the current workspace only, all workspaces, a specific folder or as default for every new folder.</p>
<p>Below that you can assign an image or select <span class="menu">None</span> if you want simply a colored background. Images can also be drag&amp;dropped onto the preview to the left.</p>
<p>If you are using an image, you have to decide on the placement:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td><span class="menu">Manual</span></td><td> </td><td>lets you specify the coordinates. You can drag the picture around in the preview to the left or enter <i>X</i> and <i>Y</i> manually.</td></tr>
<tr><td><span class="menu">Center</span></td><td> </td><td>centers the picture in the middle of the screen.</td></tr>
<tr><td class="onelinetop"><span class="menu">Scale to fit</span></td><td> </td><td>enlarges the picture with no regard to its aspect ratio until it fills the screen.</td></tr>
<tr><td><span class="menu">Tile</span></td><td> </td><td>fills the screen by repeating the picture.</td></tr>
</table>
<p>Activating <span class="menu">Icon label outline</span> puts a thin contour around icon labels.</p>
<p>Whether an icon label's actual text is black or white depends on the setting of the color picker. A dark color sets the text to white, a light color to black. So, if you assign a very bright image to the background, you should also set the color picker to a bright color in order to have icon labels readable in black. (Or use the outline option above.)<br />
The selected color is also reflected in the <a href="../desktop-applets/workspaces.html">Workspaces applet</a>, which ignores images as backgrounds.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Backgrounds preferences.</td></tr>
<tr><td><span class="button">Apply</span></td><td> </td><td>sets your changes.</td></tr>
</table>
</div>
</div>
<div class="nav">
<div class="inner"><span>
«  <a href="appearance.html">Appearance</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="datatranslations.html">DataTranslations</a>  »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,96 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>DataTranslations</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/datatranslations.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/datatranslations.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/datatranslations.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/datatranslations.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/datatranslations.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/datatranslations.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/datatranslations.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="backgrounds.html">Backgrounds</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="deskbar.html">Deskbar</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/datatranslations-icon_64.png" alt="datatranslations-icon_64.png" width="64" height="64" />DataTranslations</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/DataTranslations</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/*</span> - Every Translator creates its own settings file here after you've changes its defaults.<br />
<span class="path">~/config/settings/system/DataTranslations settings</span> - Stores the panel's window position.</td></tr>
</table>
<p>Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.</p>
<p><br /></p>
<img src="../images/prefs-images/datatranslations.png" alt="datatranslations.png" />
<p>Depending on its capabilities, each Translator offers different settings. At least you'll get an <span class="button">Info...</span> button that opens a window with the credits and the installation path.<br />
The following table gives an overview of the default Translators and their most useful options.</p>
<table summary="translators" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="menu">BMP Images</span></td><td>24bit, uncompressed, no transparency</td></tr>
<tr><td><span class="menu">EXR Images</span></td><td><acronym title="Industrial Light &amp; Magic">ILM</acronym>'s high dynamic-range (HDR) format</td></tr>
<tr><td><span class="menu">GIF Images</span></td><td>8bit, lossless compression, transparency<br />
You can reduce the filesize by limiting the number of used colors and the palette.<br />
You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.</td></tr>
<tr><td><span class="menu">JPEG2000 Images</span></td><td>24bit, compressed, no transparency<br />
Here, you normally only care about the output quality.</td></tr>
<tr><td><span class="menu">JPEG Images</span></td><td>24bit, compressed, no transparency<br />
Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.</td></tr>
<tr><td><span class="menu">PCX Images</span></td><td>24bit, uncompressed, no transparency, PC Paintbrush Exchange format</td></tr>
<tr><td><span class="menu">PNG Images</span></td><td>32bit, lossless compression, transparency</td></tr>
<tr><td><span class="menu">PPM Images</span></td><td>24bit, uncompressed, no transparency, Portable PixMap format</td></tr>
<tr><td><span class="menu">RAW Images</span></td><td>up to 48bit, uncompressed, no transparency</td></tr>
<tr><td><span class="menu">RTF Text Files</span></td><td>Formatted text</td></tr>
<tr><td><span class="menu">SGI Images</span></td><td>24bit, optional lossless compression, transparency</td></tr>
<tr><td><span class="menu">StyledEdit Files</span></td><td>Formatted text</td></tr>
<tr><td><span class="menu">TGA Images</span></td><td>32bit, optional lossless compression, transparency</td></tr>
<tr><td><span class="menu">TIFF Images</span></td><td>24bit, optional lossless compression, layers, transparency</td></tr>
<tr><td class="onelinetop"><span class="menu">WonderBrush Images</span></td><td>32bit, layers, transparency, vector/pixel data</td></tr>
</table>
<p><br /></p>
<div class="box-info">Screenshots, charts, black&amp;white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.</div>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="backgrounds.html">Backgrounds</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="deskbar.html">Deskbar</a>  »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,72 @@
<?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 2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Deskbar</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/deskbar.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/deskbar.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/deskbar.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/deskbar.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/deskbar.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/deskbar.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/deskbar.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="datatranslations.html">DataTranslations</a>
:: <a href="../preferences.html" class="uplink">Preferences</a>
:: <a href="e-mail.html">E-Mail</a> »
</span></div>
</div>
<div id="content">
<div>
<h1><img src="../../images/prefs-images/deskbar-icon_64.png" alt="deskbar-icon_64.png" width="64" height="64" />Deskbar</h1>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Deskbar</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Deskbar_settings</span><br />
<span class="path">~/config/settings/Deskbar_security_code</span></td></tr>
</table>
<p><br /></p>
<p>The Deskbar preference panel is also available from the Deskbar. Its settings are discussed in the topic on <a href="../deskbar.html#deskbar-prefs">Deskbar</a>.</p>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
« <a href="datatranslations.html">DataTranslations</a>
:: <a href="../preferences.html" class="uplink">Preferences</a>
:: <a href="e-mail.html">E-Mail</a> »
</span></div>
</div>
-->
</body>
</html>
+185
View File
@@ -0,0 +1,185 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>E-mail</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/e-mail.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/e-mail.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/e-mail.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/e-mail.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/e-mail.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/e-mail.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/e-mail.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="deskbar.html">Deskbar</a>
:: <a href="../preferences.html" class="uplink">Preferences</a>
:: <a href="filetypes.html">FileTypes</a> »
</span></div>
</div>
<div id="content">
<div>
<table class="index" id="index" summary="index">
<tr class="heading"><td>Index</td></tr>
<tr class="index"><td>
<a href="#creating">Creating a new e-mail account</a><br />
<a href="#incoming">Setting up incoming e-mail</a><br />
<a href="#outgoing">Setting up outgoing e-mail</a><br />
<a href="#filters">Setting up e-mail filters</a><br />
<a href="#settings">Setting up the Mail Service</a>
</td></tr>
</table>
<h2><img src="../../images/prefs-images/e-mail-icon_64.png" alt="e-mail-icon_64.png" width="64" height="64" />E-mail</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/E-mail</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Mail/*</span></td></tr>
</table>
<p>Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.<br />
The configuration is done in the E-Mail preference panel.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="creating" name="creating">Creating a new e-mail account</a></h2>
<p>Let's go through the process of setting up an e-mail account.<br />
You start by clicking the <span class="button">Add</span> button to create a new, unnamed account. This opens a panel where you fill in your account info:</p>
<img src="../images/prefs-images/e-mail-new-account.png" alt="e-mail-new-account.png" />
<p>First, declare the <i>Account Type</i> which is either <span class="menu">Receive Mail Only</span>, <span class="menu">Send Mail Only</span>, or the most usual type, <span class="menu">Send and Receive Mail</span>. Then you set how you get your mail, via <span class="menu">POP3</span> or <span class="menu">IMAP</span>.</p>
<p>Now you enter your <i>E-mail Address</i>, <i>Login Name</i> and <i>Password</i>, give an <i>Account Name</i> under which it will be known under Haiku and your <i>Real Name</i>.</p>
<p>If your account is from a major e-mail provider, Haiku already knows all technical details like server IP addresses and the following information is already filled in automatically. If that is not the case, just follow this guide and fill in the details to your e-mail account accordingly.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="incoming" name="incoming">Setting up incoming e-mail</a></h2>
<p>Click on <span class="menu">Incoming</span> under your account's name to set up how e-mails are received.</p>
<img src="../images/prefs-images/e-mail-in.png" alt="e-mail-in.png" />
<p>From the pop-up menu you choose the protocol used by your provider. <span class="menu">IMAP</span> and <span class="menu">POP3</span> are supported.</p>
<p>Next is the <span class="menu">Mail Server</span> address for incoming mails. If your provider needs you to log into a specific port, you add that to the address, separated by a colon. For example, <tt>pop.your-provider.org:1400</tt>.</p>
<p>Then you enter your login information, <i>Username</i> and <i>Password</i>, and if necessary change the <i>Login Type</i> from the default <span class="menu">Plain Text</span> to <span class="menu">APOP</span> for authentication.</p>
<p>If you use <i>POP3</i> and retrieve mails of this account from different computers, you may want to activate the option to <span class="menu">Leave mail on server</span> and only <span class="menu">Remove mail from server when deleted</span> locally.</p>
<p>If you use <i>IMAP</i> instead, you have the option to <span class="menu">Remove mail from server when deleted</span> locally. You can specify a <span class="menu">Top Mailbox Folder</span> to only synchronize with a specific folder and its subfolders.</p>
<p>The <span class="menu">New Mail Notification</span> offers different methods to announce the arrival of new mail. Try different settings to see what works best for you.</p>
<p>You can change the <i>Location</i> of your inbox (default: <span class="path">/boot/home/mail/in/</span>), which is useful if you'd like to separate the mails from different accounts into their own folders. However, queries let you sort things out just as well.</p>
<p>Last on this page, you can opt to only <span class="menu">Partially download messages</span> that are larger than a certain size. This will only get the header and you can decide if you want to download the rest of the message plus possible attachments after seeing the subject and who sent it. Useful if you have a slow connection.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="outgoing" name="outgoing">Setting up outgoing e-mail</a></h2>
<p>Click on <span class="menu">Outgoing</span> under your account's name to set up how e-mails are sent.</p>
<img src="../images/prefs-images/e-mail-out.png" alt="e-mail-out.png" />
<p>As with incoming mail, you can also change the <i>Location</i> of your outbox (default: <span class="path">/boot/home/mail/out/</span>).</p>
<p>Next is the <i>SMTP Server</i> address for outgoing mails. As with the incoming server before, you can use a specific port if needed, e.g. <tt>mail.your-provider.org:1200</tt>.</p>
<p>If you need to login, you change the <i>Login Type</i> to <span class="menu">ESMTP</span> and enter username and password above. The other type is used for providers that need you to check for mail with <span class="menu">POP3 before SMTP</span> for identification.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="filters" name="filters">Setting up e-mail filters</a></h2>
<p>If you want to filter your incoming email, you click on <span class="menu">E-Mail Filters</span> under your account's name to set up automatic sorting. You can add any number of filters that are applied one after the other. You can rearrange them by drag&amp;dropping them to their new position.<br />
Besides the <span class="menu">R5 Daemon Filter</span> that's used for backward compatibility, there are two other <span class="menu">Incoming Mail Filters</span> you can add.</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Spam Filter</h3>
<img src="../images/prefs-images/e-mail-filter-spam.png" alt="e-mail-filter-spam.png" />
<p>The spam filter uses statistical methods to classify a mail as unwanted spam. It assigns a value between 0 and 1 to it and you can decide what are the limits for a genuine mail and what will be considered spam.<br />
You can have that spam rating added to the start of the subject.<br />
Also, the spam filter can learn from all incoming e-mail. Of course, you'll have to teach it by sorting out the false positives, mails that were mistakenly marked as spam. You'll find more on that when we discuss the application <span class="app">Mail</span>.</p>
<p>Together with the following <span class="menu">Match Header</span> filter, you're able to automatically sort out detected spam mails.</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Match Header</h3>
<img src="../images/prefs-images/e-mail-filter-header.png" alt="e-mail-filter-header.png" />
<p>This filter compares a header to a search pattern and performs some action when it matches.<br />
With the first text field you specify which header to check against. These are available:</p>
<table summary="match header" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="menu">Name</span></td><td style="width:5px;"> </td>
<td>the name of the sender</td></tr>
<tr><td><span class="menu">From</span></td><td> </td>
<td>the e-mail address of the sender</td></tr>
<tr><td><span class="menu">To</span></td><td> </td>
<td>your e-mail address (different for each e-mail account)</td></tr>
<tr><td><span class="menu">Reply To</span></td><td> </td>
<td>the e-mail address replies are sent to</td></tr>
<tr><td><span class="menu">When</span></td><td> </td>
<td>the date and time the mail was received</td></tr>
<tr><td><span class="menu">Subject</span></td><td> </td>
<td>the subject line</td></tr>
<tr><td><span class="menu">Cc</span></td><td> </td>
<td>addresses of anyone receiving a carbon copy (Cc)</td></tr>
<tr><td><span class="menu">Account</span></td><td> </td>
<td>the name of the e-mail's account</td></tr>
<tr><td><span class="menu">Status</span></td><td> </td>
<td>The current status of the e-mail. Normally, this can be "Read", "Replied", "Sent", "Forwarded", "New", or anything you have defined yourself. However, unless you change it yourself in a filter, it will always be "New" after the Mail Service fetched the mail.</td></tr>
<tr><td><span class="menu">Priority</span></td><td> </td>
<td>is set by the sender's e-mail program (e.g. "urgent")</td></tr>
<tr><td><span class="menu">Thread</span></td><td> </td>
<td>essentially the same as "Subject", but without things like Re: or Fwd:</td></tr>
<tr><td><span class="menu">Classification Group</span></td><td> </td>
<td>depending on what the spam filter classified it as, this will either be empty (if uncertain) or contain the word "Genuine" or "Spam"</td></tr>
<tr><td><span class="menu">Spam/Genuine Estimate</span></td><td> </td>
<td>this is a numerical estimate that the spam filter assigned to the e-mail. They are shown in scientific notation, where 1.065e-12 translates to 1.065 divided by 10 to the 12th power, which in this case translates to 0.000000000001065.</td></tr>
</table>
<p>The second text field holds your search pattern. It accepts <a href="http://en.wikipedia.org/wiki/Regular_expression" class="external free" title="http://en.wikipedia.org/wiki/Regular expression" rel="nofollow">regular expressions</a> which gives it great flexibility, while unfortunately complicating things a bit. Read up on it a bit, it's well worth it and simple search patterns aren't <i>that</i> complicated at all.</p>
<p>With the pop-up menu below it, you assign an action when the pattern matches. You can move or delete a mail, set the status to "Read" or anything else or set the e-mail account you'll reply with.</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Outgoing Mail Filters</h3>
<p>At this moment, there's only one filter that deals with outgoing mail: <span class="cli">fortune</span>.
<br />It will attach a randomly chosen funny or wise "fortune cookie" to the end of every mail before it's sent out. You can do a dry run by issuing the command <span class="cli">fortune</span> in a Terminal.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="settings" name="settings">Setting up the Mail Service</a></h2>
<p>Now that your incoming and outgoing mail servers (and maybe some filters, too), are configured, you have to tell the Mail Service that does all the actual checking and fetching how to do its job.</p>
<img src="../images/prefs-images/e-mail-settings.png" alt="e-mail-settings.png" />
<p>Under <i>Mail Checking</i> you configure the interval at which the account's mail server is probed for new mail.<br />
If you're on a dial-up connection, you may want to do that <span class="menu">Only When Dial-Up is Connected</span> and also <span class="menu">Schedule Outgoing Mail When Dial-Up is Disconnected</span> to avoid dialing automatically in regularly only to check for mail.</p>
<p>The Mail Service has a status window which you can set to show up <span class="menu">Never</span>, <span class="menu">While Sending</span>, <span class="menu">While Sending and Receiving</span> or <span class="menu">Always</span>.</p>
<p>Make sure to <span class="menu">Start Mail Services on Startup</span> or there will be no mail_daemon running to do your bidding...</p>
<img src="../images/prefs-images/e-mail-mailbox.png" alt="e-mail-mailbox.png" />
<p><span class="menu">Edit Mailbox Menu...</span> will open the folder <span class="path">/boot/home/config/Mail/Menu Links/</span>. All folders or queries (!) or their links put into this folder will appear in the context menu of the mailbox icon of the Mail Services in the Deskbar tray.</p>
<p>From that menu, you can also <span class="menu">Create New Message...</span>, <span class="menu">Check For Mail Now</span> or <span class="menu">Edit Preferences...</span>.</p>
<p>The mailbox icon itself shows if there are unread messages (status "New") when there are envelopes inside.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
« <a href="deskbar.html">Deskbar</a>
:: <a href="../preferences.html" class="uplink">Preferences</a>
:: <a href="filetypes.html">FileTypes</a> »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,70 @@
<?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 <[email protected]>
*
-->
<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>FileTypes</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/filetypes.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/filetypes.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/filetypes.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/filetypes.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/filetypes.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/filetypes.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/filetypes.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="e-mail.html">E-mail</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="fonts.html">Fonts</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/filetypes-icon_64.png" alt="filetypes-icon_64.png" width="64" height="64" />FileTypes</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/FileTypes</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/FileTypes settings</span><br />
<span class="path">~/config/settings/beos_mime/*</span> - Stores all MIME types as folders.</td></tr>
</table>
<p>Please refer to topic <a href="../filetypes.html">Filetypes</a> and the workshop <a href="../workshop-filetypes+attributes.html">Filetypes, Attributes, Index and Queries</a> that explains most of this preference panel.</p>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="e-mail.html">E-mail</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="fonts.html">Fonts</a>  »
</span></div>
</div>
-->
</body>
</html>
+80
View File
@@ -0,0 +1,80 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Fonts</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/fonts.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/fonts.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/fonts.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/fonts.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/fonts.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/fonts.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/fonts.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="filetypes.html">FileTypes</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="keyboard.html">Keyboard</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/fonts-icon_64.png" alt="fonts-icon_64.png" width="64" height="64" />Fonts</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Fonts</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/fonts</span><br />
<span class="path">~/config/settings/Font_settings</span> - Stores the panel's window position.</td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/fonts.png" alt="fonts.png" />
<p>Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Fonts preferences.</td></tr>
</table>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="install" name="install">Installing new fonts</a></h2>
<p>You install new fonts by copying them into their respective user folder, i.e. <span class="path">/boot/common/fonts/</span> or <span class="path">/boot/home/config/fonts/</span> (see topic <a href="../filesystem-layout.html">Filesystem layout</a>).</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="filetypes.html">FileTypes</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="keyboard.html">Keyboard</a>  »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,76 @@
<?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 <[email protected]>
*
-->
<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>Keyboard</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/keyboard.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/keyboard.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/keyboard.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/keyboard.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/keyboard.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/keyboard.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/keyboard.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="fonts.html">Fonts</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="keymap.html">Keymap</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/keyboard-icon_64.png" alt="keyboard-icon_64.png" width="64" height="64" />Keyboard</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Keyboard</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Keyboard_settings</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/keyboard.png" alt="keyboard.png" />
<p>Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Keyboard preferences.</td></tr>
</table>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="fonts.html">Fonts</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="keymap.html">Keymap</a>  »
</span></div>
</div>
-->
</body>
</html>
+372
View File
@@ -0,0 +1,372 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Keymap</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/keymap.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/keymap.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/keymap.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/keymap.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/keymap.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/keymap.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/keymap.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="keyboard.html">Keyboard</a>
:: <a href="../preferences.html" class="uplink">Preferences</a>
:: <a href="media.html">Media</a> »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/keymap-icon_64.png" alt="keymap-icon_64.png" width="64" height="64" />Keymap</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Keymap</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Keymap/*</span> - Location of user modified keymaps.<br />
<span class="path">~/config/settings/Key_map</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/keymap.png" alt="keymap.png" />
<p>To the right, the Keymap window shows a representation of your keyboard. When you press a key, the corresponding key is darkened and the assigned symbol is entered into the <i>Sample and Clipboard</i> text field at the bottom. From there you can also copy and paste it into a document.<br />
Thus, the Keymap preferences are not only for configuring your local keymap, but are also useful when looking for a special symbol used in other languages. For example, you can switch the keymap to "French", find the "ç" and copy it into your mail to François. (Though you'll find the "cedil" also in other keymaps...)</p>
<p>Pressing modifier keys like <span class="key">SHIFT</span>, <span class="key">CONTROL</span> or <span class="key">OPTION</span> changes the displayed keyboard accordingly.</p>
<p>Then there are the keys that are marked with a blue background. These keys are called <i>Dead Keys</i> that can change the key you press after that. If you click on such a blue key with your mouse, those changeable keys light up yellow. Click again and everything's back to normal. Examples are é, ñ, ó or ë.</p>
<p>Below the keyboard representation are two more options:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="menu">Select Dead Keys</span></td><td> </td><td>for setting the above mentioned blue keys.</td></tr>
<tr><td class="onelinetop"><span class="menu">Switch Shortcut Key...</span></td><td> </td><td>for using the shortcut key in Windows/Linux mode, i.e. <span class="key">CONTROL</span> (normally <span class="key">CTRL</span>) or Haiku mode, i.e. <span class="key">COMMAND</span> (normally <span class="key">ALT</span>).</td></tr>
</table>
<p>The lists on the left offer the available pre-configured keymaps of the system, and below that, if available, user-defined maps. You can change a keymap via drag&amp;drop in the keyboard representation: a left-click-drag copies a key, a right-click-drag exchanges the two keys.<br />
When you're done you can save the result from the menu <span class="menu">File | Save...</span>. Your modified map will only appear in the user-defined list if it's stored in <span class="path">~/config/settings/Keymap/</span>. Otherwise you'll have to manually load it via <span class="menu">File | Open...</span>.</p>
<p>To better match the Keymap panel to your physical keyboard, there are several different settings available from the <span class="menu">Layout</span> menu.</p>
<p>The font used in the keyboard representation is set from the <span class="menu">Font</span> menu. Note, that it may or may not contain all symbols for a specific keymap.</p>
<p>Finally, there's a <span class="button">Revert</span> button to bring back the settings that were active when you started the Keymap preferences.</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="advanced-keymapping" name="advanced-keymapping">Advanced keymap manipulation</a></h2>
<p>There's another method to customize your keymap besides the Keymap preference panel. It involves editing a text file containing loads of hex values, which may appear daunting on first sight, but isn't really that impossible to grasp.</p>
<p>You can dump the current keymap with a command in Terminal:</p>
<pre class="terminal">keymap -d MyKeymap</pre>
<p>The generated text file can then be opened in a text editor. Make sure to use a fixed font in that editor or you'll never grok that file...<br />
At the beginning of that file, you'll find a legend of a stylized keyboard with the hex value corresponding to each key. Below that are the actual assignments of every value. You can do all the customizing that's also available from the Keymap preference panel, and then some. If you happen to have some special keys on your keyboard, you may be able to activate them. That is, use them as ordinary keys or like an option or control key. You won't be able to, for example, have your multimedia keys de/increase the volume or start some application. For this you can use e.g. <a href="http://www.haikuware.com/directory/view-details/utilities/desktop-accessories/spicykeys" class="noprinturl">SpicyKeys</a>.</p>
<p>When you're finished, you'll save the file and have your system load the modified keymap with this command:</p>
<pre class="terminal">keymap -l MyKeymap</pre>
<p>This is the dumped file (the rightmost keys of the stylized keyboard are cut-off for a nicer display on this page):</p>
<pre>#!/bin/keymap -l
#
# Raw key numbering for 101 keyboard...
#
#
# [esc] [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]
# 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d
#
# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
# 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e
#
# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
# 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x31 0x32 0x33
#
# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [ enter ]
# 0x3b 0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47
#
# [shift] [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ] [shift]
# 0x4b 0x4c 0x4d 0x4e 0x4f 0x50 0x51 0x52 0x53 0x54 0x55 0x56
#
# [ctr] [cmd] [ space ] [cmd] [ctr]
# 0x5c 0x5d 0x5e 0x5f 0x60
#
# NOTE: On a Microsoft Natural Keyboard:
# left option = 0x66
# right option = 0x67
# menu key = 0x68
# NOTE: On an Apple Extended Keyboard:
# left option = 0x66
# right option = 0x67
# keypad '=' = 0x6a
# power key = 0x6b
Version = 3
CapsLock = 0x3b
ScrollLock = 0x0f
NumLock = 0x22
LShift = 0x4b
RShift = 0x56
LCommand = 0x5d
RCommand = 0x60
LControl = 0x5c
RControl = 0x00
LOption = 0x66
ROption = 0x5f
Menu = 0x68
#
# Lock settings
# To set NumLock, do the following:
# LockSettings = NumLock
#
# To set everything, do the following:
# LockSettings = CapsLock NumLock ScrollLock
#
LockSettings =
# Legend:
# n = Normal
# s = Shift
# c = Control
# C = CapsLock
# o = Option
# Key n s c o os C Cs Co Cos
Key 0x00 = '' '' '' '' '' '' '' '' ''
Key 0x01 = 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b
Key 0x02 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x03 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x04 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x05 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x06 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x07 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x08 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x09 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x0a = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x0b = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x0c = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x0d = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x0e = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x0f = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x10 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10
Key 0x11 = '^' 0xc2b0 '' ' ' '' '^' 0xc2b0 ' ' ''
Key 0x12 = '1' '!' '' ' ' '' '!' '1' ' ' ''
Key 0x13 = '2' '"' '' 0xc2b2 '' '"' '2' 0xc2b2 ''
Key 0x14 = '3' 0xc2a7 '' 0xc2b3 '' 0xc2a7 '3' 0xc2b3 ''
Key 0x15 = '4' '$' '' ' ' '' '$' '4' ' ' ''
Key 0x16 = '5' '%' '' ' ' '' '%' '5' ' ' ''
Key 0x17 = '6' '&amp;' '' ' ' '' '&amp;' '6' ' ' ''
Key 0x18 = '7' '/' '' '{' '' '/' '7' '{' ''
Key 0x19 = '8' '(' '' '[' '' '(' '8' '[' ''
Key 0x1a = '9' ')' '' ']' '' ')' '9' ']' ''
Key 0x1b = '0' '=' '' '}' '' '=' '0' '}' ''
Key 0x1c = 0xc39f '?' '' '\\' '' '?' 0xc39f '\\' ''
Key 0x1d = 0xc2b4 '`' '' ' ' '' 0xc2b4 '`' ' ' ''
Key 0x1e = 0x08 0x08 0x08 0x08 0x08 0x08 0x08 0x08 0x08
Key 0x1f = 0x05 0x05 0x05 0x05 0x05 0x05 0x05 0x05 0x05
Key 0x20 = 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
Key 0x21 = 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b
Key 0x22 = '' '' '' '' '' '' '' '' ''
Key 0x23 = '/' '/' '/' '/' '/' '/' '/' '/' '/'
Key 0x24 = '*' '*' '*' '*' '*' '*' '*' '*' '*'
Key 0x25 = '-' '-' '-' '-' '-' '-' '-' '-' '-'
Key 0x26 = 0x09 0x09 0x09 0x09 0x09 0x09 0x09 0x09 0x09
Key 0x27 = 'q' 'Q' 0x11 '@' '' 'Q' 'q' '@' ''
Key 0x28 = 'w' 'W' 0x17 ' ' '' 'W' 'w' ' ' ''
Key 0x29 = 'e' 'E' 0x05 0xe282ac '' 'E' 'e' 0xe282ac ''
Key 0x2a = 'r' 'R' 0x12 ' ' '' 'R' 'r' ' ' ''
Key 0x2b = 't' 'T' 0x14 ' ' '' 'T' 't' ' ' ''
Key 0x2c = 'z' 'Z' 0x1a ' ' '' 'Z' 'z' ' ' ''
Key 0x2d = 'u' 'U' 0x15 ' ' '' 'U' 'u' ' ' ''
Key 0x2e = 'i' 'I' 0x09 ' ' '' 'I' 'i' ' ' ''
Key 0x2f = 'o' 'O' 0x0f ' ' '' 'O' 'o' ' ' ''
Key 0x30 = 'p' 'P' 0x10 ' ' '' 'P' 'p' ' ' ''
Key 0x31 = 0xc3bc 0xc39c 0x1b ' ' '' 0xc39c 0xc3bc ' ' ''
Key 0x32 = '+' '*' 0x1d '~' '' '*' '+' '~' ''
Key 0x33 = '#' '\'' 0x1c ' ' '' '\'' '#' ' ' ''
Key 0x34 = 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f
Key 0x35 = 0x04 0x04 0x04 0x04 0x04 0x04 0x04 0x04 0x04
Key 0x36 = 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c
Key 0x37 = 0x01 '7' 0x01 0x01 '7' 0x01 '7' 0x01 '7'
Key 0x38 = 0x1e '8' 0x1e 0x1e '8' 0x1e '8' 0x1e '8'
Key 0x39 = 0x0b '9' 0x0b 0x0b '9' 0x0b '9' 0x0b '9'
Key 0x3a = '+' '+' '+' '+' '+' '+' '+' '+' '+'
Key 0x3b = '' '' '' '' '' '' '' '' ''
Key 0x3c = 'a' 'A' 0x01 ' ' '' 'A' 'a' ' ' ''
Key 0x3d = 's' 'S' 0x13 ' ' '' 'S' 's' ' ' ''
Key 0x3e = 'd' 'D' 0x04 ' ' '' 'D' 'd' ' ' ''
Key 0x3f = 'f' 'F' 0x06 ' ' '' 'F' 'f' ' ' ''
Key 0x40 = 'g' 'G' 0x07 ' ' '' 'G' 'g' ' ' ''
Key 0x41 = 'h' 'H' 0x08 ' ' '' 'H' 'h' ' ' ''
Key 0x42 = 'j' 'J' 0x0a ' ' '' 'J' 'j' ' ' ''
Key 0x43 = 'k' 'K' 0x0b ' ' '' 'K' 'k' ' ' ''
Key 0x44 = 'l' 'L' 0x0c ' ' '' 'L' 'l' ' ' ''
Key 0x45 = 0xc3b6 0xc396 '' ' ' '' 0xc396 0xc3b6 ' ' ''
Key 0x46 = 0xc3a4 0xc384 '' ' ' '' 0xc384 0xc3a4 ' ' ''
Key 0x47 = 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a
Key 0x48 = 0x1c '4' 0x1c 0x1c '4' 0x1c '4' 0x1c '4'
Key 0x49 = '' '5' '' '' '5' '' '5' '' '5'
Key 0x4a = 0x1d '6' 0x1d 0x1d '6' 0x1d '6' 0x1d '6'
Key 0x4b = '' '' '' '' '' '' '' '' ''
Key 0x4c = 'y' 'Y' 0x19 ' ' '' 'Y' 'y' ' ' ''
Key 0x4d = 'x' 'X' 0x18 ' ' '' 'X' 'x' ' ' ''
Key 0x4e = 'c' 'C' 0x03 ' ' '' 'C' 'c' ' ' ''
Key 0x4f = 'v' 'V' 0x16 ' ' '' 'V' 'v' ' ' ''
Key 0x50 = 'b' 'B' 0x02 ' ' '' 'B' 'b' ' ' ''
Key 0x51 = 'n' 'N' 0x0e ' ' '' 'N' 'n' ' ' ''
Key 0x52 = 'm' 'M' 0x0d 0xc2b5 '' 'M' 'm' 0xc2b5 ''
Key 0x53 = ',' ';' ',' ' ' '' ';' ',' ' ' ''
Key 0x54 = '.' ':' '.' ' ' '' ':' '.' ' ' ''
Key 0x55 = '-' '_' '' ' ' '' '-' '_' ' ' ''
Key 0x56 = '' '' '' '' '' '' '' '' ''
Key 0x57 = 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e
Key 0x58 = 0x04 '1' 0x04 0x04 '1' 0x04 '1' 0x04 '1'
Key 0x59 = 0x1f '2' 0x1f 0x1f '2' 0x1f '2' 0x1f '2'
Key 0x5a = 0x0c '3' 0x0c 0x0c '3' 0x0c '3' 0x0c '3'
Key 0x5b = 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a
Key 0x5c = '' '' '' '' '' '' '' '' ''
Key 0x5d = '' '' '' '' '' '' '' '' ''
Key 0x5e = ' ' ' ' 0x00 ' ' ' ' ' ' ' ' ' ' ' '
Key 0x5f = '' '' '' '' '' '' '' '' ''
Key 0x60 = '' '' '' '' '' '' '' '' ''
Key 0x61 = 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c
Key 0x62 = 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f
Key 0x63 = 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d
Key 0x64 = 0x05 '0' 0x05 0x05 '0' 0x05 '0' 0x05 '0'
Key 0x65 = 0x7f ',' 0x7f 0x7f ',' 0x7f ',' 0x7f ','
Key 0x66 = '' '' '' '' '' '' '' '' ''
Key 0x67 = '' '' '' '' '' '' '' '' ''
Key 0x68 = '' '' '' '' '' '' '' '' ''
Key 0x69 = '&lt;' '&gt;' '' '|' '' '&lt;' '&gt;' '|' ''
Key 0x6a = '' '' '' '' '' '' '' '' ''
Key 0x6b = '' '' '' '' '' '' '' '' ''
Key 0x6c = '' '' '' '' '' '' '' '' ''
Key 0x6d = '' '' '' '' '' '' '' '' ''
Key 0x6e = '' '' '' '' '' '' '' '' ''
Key 0x6f = '' '' '' '' '' '' '' '' ''
Key 0x70 = '' '' '' '' '' '' '' '' ''
Key 0x71 = '' '' '' '' '' '' '' '' ''
Key 0x72 = '' '' '' '' '' '' '' '' ''
Key 0x73 = '' '' '' '' '' '' '' '' ''
Key 0x74 = '' '' '' '' '' '' '' '' ''
Key 0x75 = '' '' '' '' '' '' '' '' ''
Key 0x76 = '' '' '' '' '' '' '' '' ''
Key 0x77 = '' '' '' '' '' '' '' '' ''
Key 0x78 = '' '' '' '' '' '' '' '' ''
Key 0x79 = '' '' '' '' '' '' '' '' ''
Key 0x7a = '' '' '' '' '' '' '' '' ''
Key 0x7b = '' '' '' '' '' '' '' '' ''
Key 0x7c = '' '' '' '' '' '' '' '' ''
Key 0x7d = '' '' '' '' '' '' '' '' ''
Key 0x7e = '' '' '' '' '' '' '' '' ''
Key 0x7f = '' '' '' '' '' '' '' '' ''
Acute ' ' = 0xc2b4
Acute 'A' = 0xc381
Acute 'E' = 0xc389
Acute 'I' = 0xc38d
Acute 'O' = 0xc393
Acute 'U' = 0xc39a
Acute 'Y' = 0xc39d
Acute 'a' = 0xc3a1
Acute 'e' = 0xc3a9
Acute 'i' = 0xc3ad
Acute 'o' = 0xc3b3
Acute 'u' = 0xc3ba
Acute 'y' = 0xc3bd
Acute '' = ''
Acute '' = ''
Acute '' = ''
AcuteTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift
Grave ' ' = '`'
Grave 'A' = 0xc380
Grave 'E' = 0xc388
Grave 'I' = 0xc38c
Grave 'O' = 0xc392
Grave 'U' = 0xc399
Grave 'a' = 0xc3a0
Grave 'e' = 0xc3a8
Grave 'i' = 0xc3ac
Grave 'o' = 0xc3b2
Grave 'u' = 0xc3b9
Grave '' = ''
Grave '' = ''
Grave '' = ''
Grave '' = ''
Grave '' = ''
GraveTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift
Circumflex ' ' = '^'
Circumflex 'A' = 0xc382
Circumflex 'E' = 0xc38a
Circumflex 'I' = 0xc38e
Circumflex 'O' = 0xc394
Circumflex 'U' = 0xc39b
Circumflex 'a' = 0xc3a2
Circumflex 'e' = 0xc3aa
Circumflex 'i' = 0xc3ae
Circumflex 'o' = 0xc3b4
Circumflex 'u' = 0xc3bb
Circumflex '' = ''
Circumflex '' = ''
Circumflex '' = ''
Circumflex '' = ''
Circumflex '' = ''
CircumflexTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift
Diaeresis ' ' = 0xc2a8
Diaeresis 'A' = 0xc384
Diaeresis 'E' = 0xc38b
Diaeresis 'I' = 0xc38f
Diaeresis 'O' = 0xc396
Diaeresis 'U' = 0xc39c
Diaeresis 'Y' = 0xc5b8
Diaeresis 'a' = 0xc3a4
Diaeresis 'e' = 0xc3ab
Diaeresis 'i' = 0xc3af
Diaeresis 'o' = 0xc3b6
Diaeresis 'u' = 0xc3bc
Diaeresis 'y' = 0xc3bf
Diaeresis '' = ''
Diaeresis '' = ''
Diaeresis '' = ''
DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift
Tilde ' ' = '~'
Tilde 'A' = 0xc383
Tilde 'O' = 0xc395
Tilde 'N' = 0xc391
Tilde 'a' = 0xc3a3
Tilde 'o' = 0xc3b5
Tilde 'n' = 0xc3b1
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
Tilde '' = ''
TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift </pre>
</div>
</div>
<div class="nav">
<div class="inner"><span>
« <a href="keyboard.html">Keyboard</a>
:: <a href="../preferences.html" class="uplink">Preferences</a>
:: <a href="media.html">Media</a> »
</span></div>
</div>
</body>
</html>
+70
View File
@@ -0,0 +1,70 @@
<?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 <[email protected]>
*
-->
<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>Media</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/media.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/media.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/media.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/media.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/media.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/media.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/media.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="keymap.html">Keymap</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="mouse.html">Mouse</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/media-icon_64.png" alt="media-icon_64.png" width="64" height="64" />Media</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Media</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Media/*</span><br />
<span class="path">~/config/settings/System Audio Mixer</span><br />
<span class="path">~/config/settings/MediaPrefs Settings</span> - Stores the panel's window position.</td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="keymap.html">Keymap</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="mouse.html">Mouse</a>  »
</span></div>
</div>
</body>
</html>
+84
View File
@@ -0,0 +1,84 @@
<?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 <[email protected]>
*
-->
<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>Mouse</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/mouse.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/mouse.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/mouse.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/mouse.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/mouse.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/mouse.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/mouse.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="media.html">Media</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="network.html">Network</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/mouse-icon_64.png" alt="mouse-icon_64.png" width="64" height="64" />Mouse</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Mouse</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Mouse_settings</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/mouse.png" alt="mouse.png" />
<p>Set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down <span class="key">CTRL</span> while left-clicking. For the 3rd (=middle) mouse button, it's <span class="key">CTRL</span> <span class="key">ALT</span> and a left-click. A middle-click is also simulated by clicking left and right button together. Useful for notebooks, which mostly don't have a 3rd button.</p>
<p>You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.</p>
<p>With the sliders to the right, you adjust double-click speed, mouse speed and acceleration.</p>
<p><span class="menu">Focus follows mouse</span> means, that you don't have to click into a window to activate it. There are three modes:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="menu">Enabled</span></td><td> </td><td>The window under the mouse pointer is always activated automatically, but doesn't pop to the front.</td></tr>
<tr><td><span class="menu">Warping</span></td><td> </td><td>Choosing a window from Deskbar or the <a href="../twitcher.html">Twitcher</a> will have the mouse pointer glide smoothly toward it.</td></tr>
<tr><td class="onelinetop"><span class="menu">Instant-Warping</span></td><td> </td><td>Choosing a window from Deskbar or the Twitcher will have the mouse pointer jump instantly toward it.</td></tr>
</table>
<p>All settings are immediately applied.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Mouse preferences.</td></tr>
</table>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="media.html">Media</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="network.html">Network</a>  »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,77 @@
<?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 <[email protected]>
*
-->
<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>Network</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/network.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/network.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/network.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/network.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/network.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/network.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/network.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="mouse.html">Mouse</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="printers.html">Printers</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/network-icon_64.png" alt="network-icon_64.png" width="64" height="64" />Network</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Network</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">/boot/system/etc/resolv.conf</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/network.png" alt="network.png" />
<p>At the top, you choose which network adapter to configure.</p>
<p>Then you specify if you get your network automatically (via <acronym title="Dynamic Host Configuration Protocol">DHCP</acronym>) or if you're using static addresses. If it's the latter, you'll have to fill out IP Address, Netmask, Gateway and DNS Servers yourself. Otherwise the panel will show the addresses currently set with DHCP.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Network preferences.</td></tr>
<tr><td><span class="button">Apply</span></td><td> </td><td>sets the entered configuration.</td></tr>
</table>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="mouse.html">Mouse</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="printers.html">Printers</a>  »
</span></div>
</div>
-->
</body>
</html>
@@ -0,0 +1,70 @@
<?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 <[email protected]>
*
-->
<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>Printers</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/printers.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/printers.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/printers.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/printers.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/printers.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/printers.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/printers.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="network.html">Network</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="screen.html">Screen</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/printers-icon_64.png" alt="printers-icon_64.png" width="64" height="64" />Printers</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Printers</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/printers/*</span></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="network.html">Network</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="screen.html">Screen</a>  »
</span></div>
</div>
-->
</body>
</html>
+76
View File
@@ -0,0 +1,76 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Screen</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/screen.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/screen.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/screen.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/screen.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/screen.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/screen.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/screen.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="printers.html">Printers</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="screensaver.html">ScreenSaver</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/screen-icon_64.png" alt="screen-icon_64.png" width="64" height="64" />Screen</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Screen</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<span class="path">~/config/settings/kernel/drivers/vesa</span> - Only when running in VESA mode.<br />
<span class="path">~/config/settings/Screen_data</span> - Stores the panel's window position.</td></tr>
</table>
<p>Each of your <a href="../workspaces.html">workspaces</a> can have its own resolution and color depth.</p>
<img src="../images/prefs-images/screen.png" alt="screen.png" />
<p>The top menu specifies if your changes are applied only to the current or to all workspaces. Depending on your graphics card, the other two menus contain all supported resolution and depth settings.</p>
<p>After clicking on <span class="button">Apply</span>, the graphics mode is changed and an alert appears, asking you to keep or cancel the changes. If you don't answer that alert, the graphics mode reverts after 12 seconds to the previous setting. Maybe you couldn't see the alert because your monitor didn't support the setting.</p>
<p>To the left, you can set the number of workspaces and arrange them in columns and rows and open the <a href="backgrounds.html">Backgrounds</a> preferences.</p>
<p><span class="button">Revert</span> brings back the setting that was active when you started the Screen preferences.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="printers.html">Printers</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="screensaver.html">ScreenSaver</a>  »
</span></div>
</div>
</body>
</html>
@@ -0,0 +1,92 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>ScreenSaver</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/screensaver.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/screensaver.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/screensaver.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/screensaver.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/screensaver.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/screensaver.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/screensaver.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="screen.html">Screen</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="sounds.html">Sounds</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/screensaver-icon_64.png" alt="screensaver-icon_64.png" width="64" height="64" />ScreenSaver</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Screensaver</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/ScreenSaver_settings</span></td></tr>
</table>
<p>The panel of the ScreenSaver preferences is split into two tabs:
</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a name="fade" id="fade">Fade</a></h2>
<img src="../images/prefs-images/screensaver-fade.png" alt="screensaver-fade.png" />
<br />
<p>The top checkbox enables/disables the screen saver.<br />
With the slider below it, you control after how long an idle time the screen saver kicks in.
</p>
<p>The next two sliders are only usable after you activated their checkboxes:<br />
One slider determines after how many minutes the screen is powered off.<br />
The other, after how many minutes you need a password to unlock your machine.
</p>
<p>By clicking into different corners of the two screens at the bottom, you tell the system when to immediately start the screen saver or when to prevent it from kicking in when you rest the mouse in the indicated corner. Click in the middle of the screens to disable that feature again.
</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a name="modules" id="modules">Modules</a></h2>
<img src="../images/prefs-images/screensaver-modules.png" alt="screensaver-modules.png" />
<br />
<p>The second tab shows a list of all installed screen saver modules and their individual settings. You can test your settings with the <span class="button">Test</span> button below the list and add modules with the <span class="button">Add...</span> button beside it. Other ways to install new screen savers is by a simple drag&amp;drop into the list. Of course, you can also copy/delete a module's file in its respective user folder, i.e. <span class="path">/boot/common/add-ons/screensavers/</span> or <span class="path">/boot/home/config/add-ons/screensavers/</span> (see topic <a href="../filesystem-layout.html">Filesystem layout</a>).
</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="screen.html">Screen</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="sounds.html">Sounds</a>  »
</span></div>
</div>
</body>
</html>
+77
View File
@@ -0,0 +1,77 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Sounds</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/sounds.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/sounds.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/sounds.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/sounds.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/sounds.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/sounds.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/sounds.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="screensaver.html">ScreenSaver</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="time.html">Time</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/sounds-icon_64.png" alt="sounds-icon_64.png" width="64" height="64" />Sounds</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Sounds</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Media/MMediaFilesManager</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/sounds.png" alt="sounds.png" />
<p>You can assign sounds to certain events in the system. Just select the event from the list and choose a sound from the pop-up menu below.</p>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td><span class="menu">None</span></td><td> </td><td>will silence an event.</td></tr>
<tr><td><span class="menu">Other...</span></td><td> </td><td>will open a file panel to find a new sound that isn't yet in the menu.</td></tr></table>
<p>You can use any format that's supported by the system. If <a href="../applications/mediaplayer.html">MediaPlayer</a> can deal with it, so can any other program.<br />
You can "pre-hear" an event's sound by selecting it and using the <span class="button">Play</span> and <span class="button">Stop</span> buttons.</p>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="screensaver.html">ScreenSaver</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="time.html">Time</a>  »
</span></div>
</div>
-->
</body>
</html>
+86
View File
@@ -0,0 +1,86 @@
<?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-2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Time</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/time.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/time.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/time.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/time.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/time.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/time.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/time.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="sounds.html">Sounds</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="tracker.html">Tracker</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/time-icon_64.png" alt="time-icon_64.png" width="64" height="64" />Time</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Time</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/RTC_time_settings</span><br />
<span class="path">~/config/settings/timezone</span> - A link to the current timezone in <span class="path">/boot/system/etc/timezones/*/*</span><br />
<span class="path">~/config/settings/Time_settings</span> - Stores the panel's window position.<br /></td></tr>
</table>
<p>The panel of the Time preferences is split into two tabs:</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="date-time" name="date-time">Date &amp; Time</a></h2>
<img src="../images/prefs-images/time-time.png" alt="time-time.png" />
<p>On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.</p>
<p>Similarly, you set the time. There are two modes for the clock:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="menu">Local Time</span></td><td> </td><td>to display your local time.</td></tr>
<tr><td><span class="menu">GMT</span></td><td> </td><td>to display Greenwich Mean Time.</td></tr>
</table>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="timezone" name="timezone">Timezone</a></h2>
<img src="../images/prefs-images/time-timezone.png" alt="time-timezone.png" />
<p>Simply find and choose your location from the pop-up menu and the list of cities and press <span class="button">Set Time Zone</span> to set your zone.</p>
<p><span class="button">Revert</span> brings back the settings that were active when you started the Time preferences.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="sounds.html">Sounds</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="tracker.html">Tracker</a>  »
</span></div>
</div> </body>
</html>
@@ -0,0 +1,72 @@
<?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 2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <[email protected]>
*
-->
<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>Tracker</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/tracker.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/tracker.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/tracker.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/tracker.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/tracker.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/tracker.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/tracker.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="time.html">Time</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="virtualmemory.html">VirtualMemory</a>  »
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/tracker-icon_64.png" alt="tracker-icon_64.png" width="64" height="64" />Tracker</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Tracker</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Tracker/TrackerSettings</span></td></tr>
</table>
<p><br /></p>
<p>The Tracker preference panel is also available from every Tracker window with the menu <span class="menu">Window | Preferences...</span>.<br />
Its functions are discussed in the topic on <a href="../tracker.html#tracker-preferences">Tracker</a>.</p>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="time.html">Time</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a> 
::  <a href="virtualmemory.html">VirtualMemory</a>  »
</span></div>
</div>
-->
</body>
</html>
@@ -0,0 +1,76 @@
<?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 <[email protected]>
*
-->
<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>VirtualMemory</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../../images/flags/jp.png" alt="" /> 日本語</li>
<li><a href="../../fr/preferences/virtualmemory.html"><img src="../../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/preferences/virtualmemory.html"><img src="../../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/preferences/virtualmemory.html"><img src="../../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/preferences/virtualmemory.html"><img src="../../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/virtualmemory.html"><img src="../../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/virtualmemory.html"><img src="../../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../en/preferences/virtualmemory.html"><img src="../../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="tracker.html">Tracker</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a>
</span></div>
</div>
<div id="content">
<div>
<h2><img src="../../images/prefs-images/virtualmemory-icon_64.png" alt="virtualmemory-icon_64.png" width="64" height="64" />VirtualMemory</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/VirtualMemory</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/kernel/drivers/virtual_memory</span><br />
<span class="path">~/config/settings/VM_data</span> - Stores the panel's window position.</td></tr>
</table>
<p>Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.</p>
<img src="../images/prefs-images/virtualmemory.png" alt="virtualmemory.png" />
<p>You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at <a href="../applications/diskusage.html">DiskUsage</a> to find out what's eating up your diskspace.</p>
<p>Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.<br />
Upgrading your RAM is of course the most effective way to go...</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the VirtualMemory preferences.</td></tr>
</table>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="tracker.html">Tracker</a> 
::  <a href="../preferences.html" class="uplink">Preferences</a>
</span></div>
</div>
-->
</body>
</html>