haiku/docs/userguide/sv_SE/gui.html
Joachim Seemer 7660ac681c Update user guide and welcome pages and their translations. Thanks everyone. +alpha
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42127 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-06-12 18:03:25 +00:00

132 lines
11 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008-2011, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
* Translators:
* deejam
*
-->
<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>Haiku's grafiska miljö</title>
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>Användarhandbok</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../images/flags/sv_SE.png" alt="" /> Svenska</li>
<li><a href="../fr/gui.html"><img src="../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../de/gui.html"><img src="../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../it/gui.html"><img src="../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../ru/gui.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../es/gui.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../jp/gui.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
<li><a href="../uk/gui.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../zh_CN/gui.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
<li><a href="../pt_PT/gui.html"><img src="../images/flags/pt_PT.png" alt="" />Português</a></li>
<li><a href="../en/gui.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="filesystem-layout.html">Filesystem layout</a>
:: <a href="contents.html" class="uplink">Innehållsförteckning</a>
:: <a href="workspaces.html">Arbetsytor</a> »
</span></div>
</div>
<div id="content">
<div>
<div class="box-info">Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.</div>
<h1>Haiku's grafiska miljö</h1>
<p>Haiku's grafiska gränssnitt är integrerat i själva operativsystemet. Till skillnad från Unix-baserade operativsystem finns det ingen separat fönsterhanterare, det går därför inte att starta upp Haiku till skalet. Haiku's fokus är på skrivbordsanvändaren, därför anses det inte vara nödvändigt.</p>
<p>Eftersom du antagligen har erfarenhet av andra grafiska miljöer hoppar vi över saker som menyer, höger-klick, drag-och-släpp med mera. I stället tar vi och tittar på vad som är unikt med Haiku's grafiska miljö.</p>
<img src="images/gui-images/gui.png" alt="gui.png" />
<p>Det finns några få saker i Haiku's grafiska miljö som kanske inte är helt självklara, och därför förtjänar en förklaring.</p>
<ol>
<li><p>Deskbar är Haiku's motsvarighet till Windows startmeny, och även verktygsfält om du så vill. Avsnittet <a href="deskbar.html">Deskbar</a> beskriver dess funktionalitet ytterligare.</p></li>
<li>The yellow tab offers more than just a program's name or a document's filename:
<ul><li>You can move it by holding the <span class="key">SHIFT</span> key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.</li>
<li>You minimize a window with a double-click on its tab (or with <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">M</span>). A such hidden window can be accessed by its entry in the <a href="deskbar.html">Deskbar</a> or the <a href="twitcher.html">Twitcher</a>.</li>
<li>You can send a window to the back with a right-click on its tab (or its border).</li></ul></li>
<li><p>Stängningsknapp.</p></li>
<li><p>The "zoom" button (or <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">Z</span>). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.</p></li>
<li><p>Hörn för storleksändring av fönster. Dragning någon annan stans på fönsterkanten kommer att flytta fönstret.</p></li>
</ol>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="move-resize" name="move-resize">Ett snabbt sätt att flytta och ändra storlek på fönster</a></h2>
<p>Moving and resizing windows is a large part of interacting with several concurrently running applications. Instead of aiming at the small yellow title tab or the even tinier window border, there's a more convenient way to move a window. Also, additionally to its small size, the resize corner has another limitation: It only allows resizing at and in the direction of the lower right corner.</p>
<p>To address these issues, Haiku provides a neat solution using the window management key combo <span class="key">CTRL</span> <span class="key">ALT</span> and the mouse. See also chapter <a href="keyboard-shortcuts.html#general">Shortcuts and key combinations</a> for more shortcuts concerning window management.</p>
<img src="images/gui-images/resizing.png" alt="resizing.png" />
<p>Holding down <span class="key">CTRL</span> <span class="key">ALT</span> will highlight the window borders nearest to the mouse pointer. Move the mouse in the direction of another border to change the target. Click and dragging with the <i>right mouse button</i> will resize the window along the highlighted border(s).</p>
<p>Hold down <span class="key">CTRL</span> <span class="key">ALT</span> and click and drag with the <i>left mouse button</i> anywhere in a window to move it around. A quick click with the <i>right mouse button</i> sends it to the back.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="open-save-panel" name="open-save-panel">Dialogrutorna Öppna och Spara</a></h2>
<p>When opening or saving a file from any application, a panel like this opens:</p>
<img src="images/gui-images/open-save.png" alt="open-save.png" />
<p>It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a pop-up menu for different file formats and their settings.<br />
You can enter parent folders with the pop-up menu above the file listing.</p>
<p>If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menu bar) into the panel. This changes the panel to that new location.</p>
<h3>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="open-save-shortcuts" name="open-save-shortcuts">Kortkommandon</a></h3>
<p>Flera kortkommandon i dialogrutorna för öppna och spara är samma som i Tracker. Förutom dom kommandon som också är tillgängliga via <span class="menu">Arkiv</span> menyn, finns det några fler som kan vara bra att känna till:</p>
<table summary="shortcuts" border="0" cellspacing="0" cellpadding="2">
<tr><td><span class="key">ALT</span> <span class="key">N</span></td><td></td><td>Skapar en ny mapp.</td></tr>
<tr><td><span class="key">ALT</span> <span class="key">E</span></td><td></td><td>Döpa om mapp.</td></tr>
<tr><td><span class="key">ALT</span> <span class="key"></span></td><td style="width:24px;"></td><td>Öppnar överordnad mapp.</td></tr>
<tr><td class="onelinetop"><span class="key">ALT</span> <span class="key"></span> eller <span class="key">ENTER</span></td><td></td><td>Öppnar underordnad mapp.</td></tr>
<tr><td><span class="key">ALT</span> <span class="key">D</span></td><td></td><td>Tar dig till Skrivbordet.</td></tr>
<tr><td><span class="key">ALT</span> <span class="key">H</span></td><td></td><td>Tar dig till din Hem mapp.</td></tr>
</table>
<h3>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="favorites-recent" name="favorites-recent">Favoriter och senaste mapparna</a></h3>
<p>The <span class="menu">Favorites</span> menu in open and save panels provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.</p>
<img src="images/gui-images/favorites.png" alt="favorites.png" />
<p>To add a Favorite, you simply navigate to your destination and choose <span class="menu">Favorites | Add current folder</span>. From now on it will appear in every open/save panel. To remove a Favorite, choose <span class="menu">Favorites | Configure favorites...</span> and delete its entry.<br />
All Favorites are kept in <span class="path">/boot/home/config/settings/Tracker/Go/</span>. So you might as well add and remove links to files and folders there directly.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="replicants" name="replicants">Replikanter</a></h2>
<p>Replicants are small self-contained parts of applications that can be integrated into other programs. Provided Deskbar's option to <span class="menu">Show replicants</span> is activated, you'll recognize a replicantable part of an application by its small handle, normally in the bottom right corner:</p>
<img src="../images/gui-images/replicant.png" alt="replicant.png" />
<p>The most prominent place that accepts Replicants is the Desktop: You simply drag &amp; drop the little handle onto it. From now on it's part of the Desktop and the Replicant's originating app doesn't have to be started for it to work.<br />
A right-click on a Replicant handle offers a context menu to show the originating app's <span class="menu">About</span> window and to <span class="menu">Remove replicant</span>.</p>
<div class="box-info">Should you experience difficulties with a Replicant on the Desktop and just can't get rid of it, delete <span class="path">~/config/settings/Tracker/tracker_shelf</span>. Unfortunately, this will remove <i>all</i> Replicants from the Desktop.</div>
<p>Examples for replicatable applications are the graphs of the <a href="applications/activitymonitor.html">ActivityMonitor</a>, the <a href="workspaces.html">Workspaces applet</a> or <a href="applications/deskcalc.html">DeskCalc</a>.</p>
</div>
</div>
<div class="nav">
<div class="inner"><span>
« <a href="filesystem-layout.html">Filesystem layout</a>
:: <a href="contents.html" class="uplink">Innehållsförteckning</a>
:: <a href="workspaces.html">Arbetsytor</a> »
</span></div>
</div>
</body>
</html>