mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 15:18:25 +01:00
Worked over the design and some of the text of the "Welcome" documentation.
* Changed the design of the logo area and worked on the document margins and overall layout. * Added a navigation infrastructure. * Worked on the text on the Welcome page - Added an actual welcome paragraph and unified the bug sections. Slightly changed the paragraph ordering. * Fixed some typos, added small bits of text to the Tracker topic. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d58cc3e252
commit
29e7bd3616
@ -1,31 +1,59 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Attributes</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<h2>Attributes</h2>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>File Attributes</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">File Attributes</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="filetypes.html">Filetypes</a>
|
||||
|
||||
Next: <a href="index.html">Index</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>File Attributes</h2>
|
||||
<p>Attributes are data fields that belong to a file but aren't part of that file, e.g. they are not computed into the file size and can be copied or changed without touching the file itself. The system uses these attributes to store e.g. file size, file type or date of the last modification. This is similar to other operating systems and their filesystems.
|
||||
</p><p>What's different is that you can add any kind of attribute to any file and display it or make it editable in a Tracker window. You just have to define the kind of attribute you want to add to a file type (e.g. string, integer or time) and give it a name and description.
|
||||
</p><p>The file itself doesn't even need any contents at all. Take a look at these People files for example:
|
||||
@ -132,7 +160,24 @@ More information on these commands and their options can be found by typing the
|
||||
command name followed by "<tt>-h</tt>" or "<tt>--help</tt>".
|
||||
</p>
|
||||
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="filetypes.html">Filetypes</a>
|
||||
|
||||
Next: <a href="index.html">Index</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,30 +1,58 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>The Deskbar</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>The Deskbar</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">The Deskbar</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="tracker.html">The Tracker</a>
|
||||
|
||||
Next: <a href="filetypes.html">Filetypes</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>The Deskbar</h2>
|
||||
<p>The Deskbar is the little panel that by default is located in the upper right corner of the screen. It's Haiku's version of Windows' taskbar with its Start button. It contains the Deskbar menu from where you can start applications and preferences, a tray with a clock and other tools below that and a list of currently running programs at the bottom.
|
||||
</p>
|
||||
@ -82,7 +110,25 @@ Here you can also launch a calendar that also appears, when you hold down the le
|
||||
</p><p>If you activated Expanders in the Deskbar settings, you can show/hide the list of windows directly under an application's entry.
|
||||
</p><p>In front of every application's windows is a symbol providing info on its state. A bright symbol means a window is visible, a dark one that it's minimized. Three lines in front of a symbol shows that it's not on the current workspace.
|
||||
</p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="tracker.html">The Tracker</a>
|
||||
|
||||
Next: <a href="filetypes.html">Filetypes</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,30 +1,58 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Filetypes</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Filetypes</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">Filetypes</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="deskbar.html">The Deskbar</a>
|
||||
|
||||
Next: <a href="attributes.html">File Attributes</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2><a name="filetypes">Filetypes</a></h2>
|
||||
<p>Other than Windows, Haiku doesn't rely on the 3-letter file extension for a file type (e.g. .txt, .jpg, .mp3). This method is only a last resort fallback. Haiku uses MIME types just like it's custom on the internet.</p>
|
||||
<br>
|
||||
@ -64,7 +92,24 @@
|
||||
</ul>
|
||||
<p>Then there's the list of supported filetypes. You can add (and remove) filetypes if you think the application can handle them. As a consequence, the app will appear in the menu for preferred applications or Tracker's <i>Open with...</i> context menu when you right-click on a file of that type.</p>
|
||||
<p>At the bottom are version and copyright information. Like the application signature, they are filled in by the app's author and shouldn't be altered. </p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="deskbar.html">The Deskbar</a>
|
||||
|
||||
Next: <a href="attributes.html">File Attributes</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
106
welcome/gui.html
106
welcome/gui.html
@ -1,32 +1,58 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Haiku's GUI</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Haiku's GUI</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">Haiku's GUI</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Next: <a href="workspaces.html">Workspaces</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>Haiku's GUI</h2>
|
||||
<p>Haiku's graphical user interface is an integral part of the system. Unlike linux-based operating systems, there's no separate windows manager and just booting into a commandline shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.
|
||||
<p>Haiku's graphical user interface is an integral part of the system. Unlike unix-based operating systems, there's no separate window manager and booting just into a command line shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.
|
||||
</p><p>As you probably have experience with other graphical environments, let's skip over the standards like menus, right-click context menus, drag&drop etc. Let's have a look at the few unique aspects of Haiku's GUI instead.</p>
|
||||
</p><br>
|
||||
<p>Before we start with that, there's one more thing you'll probably run into quite quickly: By default, Haiku's option key, to invoke commands from menus for example, is not the usual <tt>CTRL</tt> key, but <tt>ALT</tt> instead. This has historical reasons, because the BeOS was inspired somewhat by MacOS. After you get used to it, it actually feels better as e.g. <tt>ALT+C</tt> and <tt>ALT+V</tt> is reached more conveniently on the keyboard and these commands seemlessly integrate into the bash shell of the Terminal.
|
||||
@ -42,11 +68,27 @@ There are only a few things in Haiku's GUI that aren't obvious and deserve an ex
|
||||
<li>You minimize a window with a double-click on its tab. 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>
|
||||
[3] The close button.<br>
|
||||
[4] The maximise button.<br>
|
||||
[4] The "alternative size" button (expands window to full screen in most applications).<br>
|
||||
[5] The resize button. Dragging anywhere else on a window's border will move the window.<br>
|
||||
</p><p>That's pretty much all there is to Haiku's GUI widgets in general. You'll find more information in <a href="welcome.html#system">Getting to know the system</a>.
|
||||
</p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Next: <a href="workspaces.html">Workspaces</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef" ></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,29 +1,57 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>The Index</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>The Index</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">The Index</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="attributes.html">File Attributes</a>
|
||||
|
||||
Next: <a href="queries.html">Queries</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>The Index</h2>
|
||||
<p>
|
||||
@ -110,7 +138,23 @@ INDEX_NAME is the name of a file attribute.
|
||||
|
||||
If no volume is specified, the volume of the current directory is assumed.</pre>
|
||||
</ul>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="attributes.html">File Attributes</a>
|
||||
|
||||
Next: <a href="queries.html">Queries</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,32 +1,58 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Queries</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Queries</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">Queries</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="index.html">The Index</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>Queries</h2>
|
||||
<p>A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in "<tt>/boot/home/queries</tt>" and by default last seven days before being purged. Note, that these aren't static result list of your search, but are the query formulas which trigger a new search whenever you open them.
|
||||
<p>A query is a file search based on file attributes and can be performed within Tracker or in Terminal. Queries are saved in "<tt>/boot/home/queries</tt>" and by default last seven days before being purged. Note, that these aren't static result lists of your search, but are the query formulas which trigger a new search whenever you open them.
|
||||
</p>
|
||||
<br>
|
||||
<h3>The Find window</h3>
|
||||
@ -111,7 +137,23 @@ realtime.
|
||||
</p><p>Open <tt>/boot/home/config/settings/Tracker/DefaultQueryTemplates</tt>, create a new folder and rename it to <i>group/filetype</i>, replacing slashes with underscores, e.g."audio_x-mp3".
|
||||
Open the new folder and paste in the layout with <i>Attributes | Paste Attributes</i>.
|
||||
</p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="index.html">The Index</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,30 +1,58 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>The Tracker</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>The Tracker</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">The Tracker</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="twitcher.html">The Twitcher</a>
|
||||
|
||||
Next: <a href="deskbar.html">The Deskbar</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2><a name="tracker">The Tracker</a></h2>
|
||||
<p>The Tracker is the graphical interface to all your files. It let's you create new files and folders or find, launch or rename as well as copy or delete existing ones.
|
||||
</p><p>Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a e.g. crashed or frozen Tracker is to call the TeamManager with <tt>CTRL+ALT+DEL</tt> to kill Tracker and then click the <i>Restart Desktop...</i> button. The same brings back a wayward Deskbar.
|
||||
@ -73,9 +101,9 @@ This is also true for...</p>
|
||||
<p>Tracker windows offer three different viewing modes from the <i>Window</i> menu:
|
||||
<ul><li><b>Icon View</b> (<tt>ALT+1</tt>) - Big icons, you can change the size from the submenu.</li>
|
||||
<li><b>Mini Icon View</b> (<tt>ALT+2</tt>) - Small icons.</li>
|
||||
<li><b>List View</b> (<tt>ALT+3</tt>) - A detailed list of your files enabling you to show/hide available attributes.</li></ul>
|
||||
<li><b>List View</b> (<tt>ALT+3</tt>) - A detailed list of your files enabling you to show/hide available <i>attributes</i>. (See topic <a href="attributes.html">File Attributes</a>.)</li></ul>
|
||||
</p><p>The <i>Window</i> menu offers a number of other functions:
|
||||
<ul><li><b>Resize Window</b> (<tt>ALT+Y</tt>) - Resizes the window to its ideal size</li>
|
||||
<ul><li><b>Resize Window</b> (<tt>ALT+Y</tt>) - Resizes the window to its ideal size.</li>
|
||||
<li><b>Clean Up</b> (<tt>ALT+K</tt>) - Aligns all icons to an invisible grid. Hold down <tt>SHIFT</tt> and the menu becomes <i>Clean Up All</i> which additionally sorts all icons alphabetically.</li>
|
||||
<li><b>Select...</b> (<tt>SHIFT+ALT+A</tt>) - Select files according to a regular expression.</li>
|
||||
</ul>
|
||||
@ -83,14 +111,14 @@ This is also true for...</p>
|
||||
</p>
|
||||
<br>
|
||||
<h4><a name="tracker-preferences">Tracker preferences</a></h4>
|
||||
<p><i>Window | Preferences...</i> opens a panel that offers a number of setting that, where not obvious, should become clear once tried out. Since all settings a re applied live, you'll immediately see the changes.
|
||||
<p><i>Window | Preferences...</i> opens a panel that offers a number of setting that, where not obvious, should become clear once tried out. Since all settings are applied live, you'll immediately see the changes.
|
||||
<br>So, in short, the not so obvious settings:
|
||||
<ul><li><b>Desktop</b> - Decide if all mounted disks appear directly on the Desktop or in a window after clicking a single Disk icon sitting on the Desktop.</li>
|
||||
<li><b>Windows</b> - You can set <i>Single Window Navigation</i>, i.e. a double-clicked folder doesn't open in its own window, but inside its parent instead. This is not the same as clicking while holding the <tt>WIN</tt> key, as described above, because you'll lose the per window saved position and size.
|
||||
<br>
|
||||
<li><b>Windows</b> - You can set <i>Single Window Navigation</i>, i.e. a double-clicked folder doesn't open in its own window, but inside the already open window instead, replacing the view of it's parent folder. This is not the same as clicking while holding the <tt>WIN</tt> key, as described above, because you'll lose the per window saved position and size.
|
||||
<br><br>
|
||||
<img src="tracker-images/tracker-preferences-navigator.png" alt="tracker-preferences-navigator.png" width="608" height="413">
|
||||
<p>
|
||||
On the other hand, single window browsing offers a <i>Navigator</i> where you can enter or copy&paste a path name and use back, forward and up buttons.</p></li>
|
||||
Before you switch Tracker to Single Window Navigation mode, because that may feel more familiar to you, we recommend giving the menu based browsing a try first, as that may actually work much faster for you after getting used to. On the other hand, single window browsing offers a <i>Navigator</i> where you can enter or copy&paste a path name and use back, forward and up buttons.</p></li>
|
||||
<li><b>Date and Time</b> - Set date and time formats.</li>
|
||||
<li><b>Trash</b> - Set the behaviour when deleting a file.</li>
|
||||
<li><b>Volume Icons</b> - Set the colour of an optional indicator of free space that's shown besides a disk's icon.</li>
|
||||
@ -101,7 +129,7 @@ On the other hand, single window browsing offers a <i>Navigator</i> where you ca
|
||||
<p>When invoked on a selected file, the <i>File</i> menu offers about the same options as when you open a context menu by right-clicking the file. Exceptions are commands that don't specifically target a selected file, like <i>Find..</i> or <i>New...</i>.
|
||||
</p><p>As usual the usage of the commands is pretty clear, so we'll concentrate on the niftier parts.</p>
|
||||
<ul><li><b>Find...</b> - Find a file or folder. See topic <a href="Query.html">Query</a> for more info.</li>
|
||||
<li><b>New...</b> - Create a new folder or any other file after a template.
|
||||
<li><b>New...</b> - Create a new folder or any other file based on a <i>template</i>.
|
||||
<br><br>
|
||||
<img src="tracker-images/new-menu.png" alt="new-menu.png" width="627" height="219">
|
||||
<p>Choosing <i>Edit Templates...</i> opens the folder <tt>/boot/home/config/settings/Tracker/Tracker New Templates</tt>. Creating a file in that folder will offer its filetype with the file's name and other attributes as template in the <i>New...</i> menu. Here, there's a file "Text" with the filetype <tt>text/plain</tt>. See topic <a href="filetypes.html">Filetypes</a> for more info.</p></li>
|
||||
@ -111,8 +139,24 @@ On the other hand, single window browsing offers a <i>Navigator</i> where you ca
|
||||
<p>The preferred application that would open the file when double-clicked, is checkmarked. In this submenu are only those applications listed that deal with the exact filetype, in this case it's a text file, the type <tt>text/plain</tt>. If you don't click on an app in the submenu, but on <i>Open With...</i> a panel opens:
|
||||
<br><br>
|
||||
<img src="tracker-images/open-with-preferred.png" alt="open-with-preferred" width="627" height="219">
|
||||
<p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</p>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="twitcher.html">The Twitcher</a>
|
||||
|
||||
Next: <a href="deskbar.html">The Deskbar</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,29 +1,57 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>The Twitcher</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>The Twitcher</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">The Twitcher</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="workspaces.html">Workspaces</a>
|
||||
|
||||
Next: <a href="tracker.html">The Tracker</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>The Twitcher</h2>
|
||||
<p>The Twitcher is a task switcher to jump between running applications and their windows.</p>
|
||||
@ -33,7 +61,13 @@
|
||||
<p>Just tap <tt>CTRL+TAB</tt> quickly to switch between the current and the last application/window. Or press <tt>CTRL+TAB</tt> and hold the <tt>CTRL</tt> key to go through all running applications by repeatedly hitting <tt>TAB</tt> or <tt>CURSOR LEFT/RIGHT</tt>. If you need to get to a specific window of a program, move to its icon as described and then go through its open windows with the <tt>CURSOR UP/DOWN</tt> keys.
|
||||
</p><p>It's also possible to invoke the Twitcher with <tt>CTRL+TAB</tt> and then use the mouse to choose the application/window you'll jump to when releasing the <tt>CTRL</tt> key.
|
||||
</p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 140 B |
BIN
welcome/welcome-images/logo_lb.png
Normal file
BIN
welcome/welcome-images/logo_lb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 169 B |
BIN
welcome/welcome-images/logo_lt.png
Normal file
BIN
welcome/welcome-images/logo_lt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 728 B |
BIN
welcome/welcome-images/logo_rb.png
Normal file
BIN
welcome/welcome-images/logo_rb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
welcome/welcome-images/logo_rt.png
Normal file
BIN
welcome/welcome-images/logo_rt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
@ -1,89 +1,137 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Welcome to Haiku!</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<br><br>
|
||||
<H2><a name="welcome">Welcome to Haiku</a></H2>
|
||||
We were working very hard to fix all possibly show stopping bugs, however, being an alpha release, there are bound to be plenty left undiscovered. We discourage using alpha versions as a production system. Your data could very well be altered, mangled or downright destroyed.<br>
|
||||
This alpha release doesn't yet offer all the features and well-rounded end-user experience planned for the final R1 version. It's only the first step to get there and is therefore addressing foremost developers that want to have a look or help out.
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Welcome to Haiku!</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">Welcome to Haiku!</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small>Next: <a href="gui.html">Haiku's GUI</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
<br>
|
||||
<h2><a name="welcome">Welcome to Haiku!</a></h2>
|
||||
Thank you very much for checking out Haiku! This is our first public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this <i>alpha release</i> does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we are hoping that this release will let you discover the great potential in Haiku and share with us in the excitement.
|
||||
<br><br><br>
|
||||
<H2><a name="system">Getting to know the system</a></H2>
|
||||
|
||||
<h2><a name="bugreport">Beware of Bugs</a></h2>
|
||||
<p>
|
||||
We were working very hard to fix all possibly show stopping bugs, however, being an alpha release, there are bound to be plenty left undiscovered. We discourage using alpha versions as a production system. <i>Your data could very well be altered, mangled or downright destroyed.</i>
|
||||
</p>
|
||||
<p>
|
||||
One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="http://dev.haiku-os.org/wiki">Haiku Bug Tracker</a></li>
|
||||
<li><a href="bugreports.html">Tips for a helpful bug report</a></li>
|
||||
</ul>
|
||||
|
||||
<br><br>
|
||||
|
||||
<h2><a name="system">Getting to know the system</a></h2>
|
||||
The first release(s) of Haiku will be very much like the BeOS R5, the OS it is reimplementing.<br>
|
||||
If you never experienced it, there are a few short introductions to some of its features:
|
||||
<UL>
|
||||
<LI>Filesystem layout</LI>
|
||||
<LI><a href="gui.html">Haiku's GUI</a></LI>
|
||||
<LI><a href="workspaces.html">Workspaces</a></LI>
|
||||
<LI><a href="twitcher.html">Twitcher</a></LI>
|
||||
<LI><a href="tracker.html">Tracker</a></LI>
|
||||
<LI><a href="deskbar.html">Deskbar</a></LI>
|
||||
<LI><a href="filetypes.html">Filetypes</a> (plus <a href="workshop-filetypes+attributes.html">Workshop</a>)</LI>
|
||||
<LI><a href="attributes.html">Attributes</a></LI>
|
||||
<LI><a href="index.html">Index</a></LI>
|
||||
<LI><a href="queries.html">Queries</a></LI>
|
||||
</UL>
|
||||
If you never experienced it, here are a few short introductions to some of its features:
|
||||
<ul>
|
||||
<li>Filesystem layout</li>
|
||||
<li><a href="gui.html">Haiku's GUI</a></li>
|
||||
<li><a href="workspaces.html">Workspaces</a></li>
|
||||
<li><a href="twitcher.html">Twitcher</a></li>
|
||||
<li><a href="tracker.html">Tracker</a></li>
|
||||
<li><a href="deskbar.html">Deskbar</a></li>
|
||||
<li><a href="filetypes.html">Filetypes</a> (plus <a href="workshop-filetypes+attributes.html">Workshop</a>)</li>
|
||||
<li><a href="attributes.html">File Attributes</a></li>
|
||||
<li><a href="index.html">Index</a></li>
|
||||
<li><a href="queries.html">Queries</a></li>
|
||||
</ul>
|
||||
|
||||
<br><br>
|
||||
<H2><a name="api">Getting to know the API</a></H2>
|
||||
Since Haiku is a reimplementation, the API is still the same as for BeOS R5 for the most part. Therefore the documentation in the BeBook is still a valid resource. Thanks to ACCESS, who own the rights to former Be Inc. property, we are allowed to provide a copy of the BeBook.<br>
|
||||
There are additional resources that should help you getting started:
|
||||
<UL>
|
||||
<LI><a href="http://www.haiku-os.org/development/faq">Development FAQ (online)</a>
|
||||
</LI>
|
||||
<LI><a href="http://dev.haiku-os.org/browser/">Source Browser (online)</a>
|
||||
</LI>
|
||||
<LI><a href="http://www.haiku-os.org/legacy-docs/bebook/">BeBook (online)</a>
|
||||
</LI>
|
||||
<LI><a href="http://www.haiku-os.org/legacy-docs/benewsletter/">BeNewsletter Archive (online) </a>
|
||||
</LI>
|
||||
</UL>
|
||||
<br><br>
|
||||
<H2><a name="bugreport">Reporting bugs</a></H2>
|
||||
The main reason for releasing an alpha version is to get more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.
|
||||
<UL>
|
||||
<LI><a href="http://dev.haiku-os.org/wiki">Haiku Bug Tracker</a></LI>
|
||||
<LI><a href="bugreports.html">Tips for a helpful bug report</a></LI>
|
||||
</UL>
|
||||
<br><br>
|
||||
<H2><a name="contact">Getting in contact</a></H2>
|
||||
Get in contact with other developers and users and join the discussions in our forums or mailing lists.
|
||||
<UL>
|
||||
<LI><a href="http://www.haiku-os.org/forum">Haiku Forums</a></LI>
|
||||
<LI><a href="http://www.freelists.org/list/openbeos">General mailing list</a></LI>
|
||||
<LI><a href="http://www.freelists.org/list/haiku-development">Development mailing list</a></LI>
|
||||
<LI><a href="http://www.haiku-os.org/community/ml">Overview</a> of more specific mailing lists</LI>
|
||||
</UL>
|
||||
<br><br>
|
||||
<H2><a name="software">3rd party software</a></H2>
|
||||
Because of our binary and source compatibility to BeOS, many applications still run on Haiku. After downloading a package, simply unzip it to a folder in <tt>/boot/apps/</tt> and start the binary from there.<br>
|
||||
|
||||
<h2><a name="software">Installing more software</a></h2>
|
||||
Because of our binary and source compatibility to BeOS, many BeOS applications run on Haiku. After downloading a package, simply unzip it (double clicking should open <i>Expander</i>) to a folder in <tt>/boot/apps/</tt> and start the application from there.<br>
|
||||
Popular software repositories are:
|
||||
<UL>
|
||||
<LI><a href="http://www.haikuware.com">Haikuware</a></LI>
|
||||
<LI><a href="http://www.bebits.com">BeBits</a></LI>
|
||||
<LI><a href="http://ports.haiku-files.org/">HaikuPorts</a></LI>
|
||||
</UL>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<ul>
|
||||
<li><a href="http://www.haikuware.com">Haikuware</a></li>
|
||||
<li><a href="http://www.bebits.com">BeBits</a></li>
|
||||
<li><a href="http://ports.haiku-files.org/">HaikuPorts</a></li>
|
||||
</ul>
|
||||
|
||||
<br><br>
|
||||
|
||||
<h2><a name="api">Getting to know the API</a></h2>
|
||||
Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the BeBook is still a valid resource. Thanks to ACCESS, who own the rights to former Be Inc. property, we are allowed to provide a copy of the BeBook.<br>
|
||||
There are additional resources that should help you getting started:
|
||||
<ul>
|
||||
<li><a href="http://www.haiku-os.org/development/faq">Development FAQ (online)</a>
|
||||
</li>
|
||||
<li><a href="http://dev.haiku-os.org/browser/">Source Browser (online)</a>
|
||||
</li>
|
||||
<li><a href="http://www.haiku-os.org/legacy-docs/bebook/">BeBook (online)</a>
|
||||
</li>
|
||||
<li><a href="http://www.haiku-os.org/legacy-docs/benewsletter/">BeNewsletter Archive (online) </a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br><br>
|
||||
|
||||
<h2><a name="contact">Getting in contact</a></h2>
|
||||
Get in contact with other developers and users and join the discussions in our forums or mailing lists.
|
||||
<ul>
|
||||
<li><a href="http://www.haiku-os.org/forum">Haiku Forums</a></li>
|
||||
<li><a href="http://www.freelists.org/list/openbeos">General mailing list</a></li>
|
||||
<li><a href="http://www.freelists.org/list/haiku-development">Development mailing list</a></li>
|
||||
<li><a href="http://www.haiku-os.org/community/ml">Overview</a> of more specific mailing lists</li>
|
||||
</ul>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
Next: <a href="gui.html">Haiku's GUI</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -99,15 +99,14 @@ To that we add a couple of attributes. Here we have to decide if we want to quer
|
||||
</p><p>Now, insert all the info for our attributes:</p>
|
||||
<p><table cellpadding=10 border=1>
|
||||
<th>Internal Name</th><th>Attribute type</th><th>indexed?</th><th>Description</th>
|
||||
<tr>
|
||||
<td>DVDdb:title</td> <td>text</td> <td>yes</td> <td>Movie title</td></tr>
|
||||
<td>DVDdb:genre</td> <td>text</td> <td>yes</td> <td>Genre</td></tr>
|
||||
<td>DVDdb:url</td> <td>text</td> <td>no</td> <td>URL</td></tr>
|
||||
<td>DVDdb:cast</td> <td>text</td> <td>yes</td> <td>Director/Cast</td></tr>
|
||||
<td>DVDdb:plot</td> <td>text</td> <td>no</td> <td>Plot</td></tr>
|
||||
<td>DVDdb:rating</td> <td>int-32</td> <td>yes</td> <td>Rating 1 to 10</td></tr>
|
||||
<td>DVDdb:coord</td> <td>text</td> <td>no</td> <td>Shelf</td></tr>
|
||||
<td>DVDdb:lent</td> <td>text</td> <td>yes</td> <td>Lent to</td></tr>
|
||||
<tr><td>DVDdb:title</td> <td>text</td> <td>yes</td> <td>Movie title</td></tr>
|
||||
<tr><td>DVDdb:genre</td> <td>text</td> <td>yes</td> <td>Genre</td></tr>
|
||||
<tr><td>DVDdb:url</td> <td>text</td> <td>no</td> <td>URL</td></tr>
|
||||
<tr><td>DVDdb:cast</td> <td>text</td> <td>yes</td> <td>Director/Cast</td></tr>
|
||||
<tr><td>DVDdb:plot</td> <td>text</td> <td>no</td> <td>Plot</td></tr>
|
||||
<tr><td>DVDdb:rating</td> <td>int-32</td> <td>yes</td> <td>Rating 1 to 10</td></tr>
|
||||
<tr><td>DVDdb:coord</td> <td>text</td> <td>no</td> <td>Shelf</td></tr>
|
||||
<tr><td>DVDdb:lent</td> <td>text</td> <td>yes</td> <td>Lent to</td></tr>
|
||||
</table>
|
||||
</p>
|
||||
<h2><a name="indexing">Indexing</a></h2>
|
||||
|
@ -1,29 +1,57 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Workspaces</TITLE>
|
||||
<META NAME="CREATED" CONTENT="0;0">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<META NAME="CHANGED" CONTENT="20080926;15151900">
|
||||
<META NAME="CHANGEDBY" CONTENT="Humdinger">
|
||||
<STYLE TYPE="text/css">
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-US">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<COL WIDTH=256*>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#326496">
|
||||
<P STYLE="background: #326496"><a href="welcome.html"><img src="welcome-images/shijin-logo.png" alt="Logo" border="0"></a></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=100% VALIGN=TOP BGCOLOR="#204f7e">
|
||||
<P STYLE="background: #204f7e"><img src="welcome-images/dummy.png" alt="dummy"></p>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR><TD WIDTH=100% VALIGN=TOP>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Workspaces</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en-US" text="#000000" bgcolor="#ffffff" link="#dc3c01"
|
||||
vlink="#892601" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<img src="welcome-images/logo_lt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" bgcolor="#efefef" valign="bottom">
|
||||
<img src="welcome-images/logo_rt.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="45%" height="70" bgcolor="#efefef" align="right" valign="bottom">
|
||||
<font size="4">Workspaces</font>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef" valign="top" align="right">
|
||||
<img src="welcome-images/logo_lb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="90%" bgcolor="#efefef" valign="top" colspan="2">
|
||||
<img src="welcome-images/logo_rb.png" alt="logo"
|
||||
border="0">
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
<td nowrap width="90%" bgcolor="#e0e0e0" align="right" colspan="2">
|
||||
<small><a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="gui.html">Haiku's GUI</a>
|
||||
|
||||
Next: <a href="twitcher.html">The Twitcher</a></small>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#e0e0e0"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%"> </td>
|
||||
<td width="90%" valign="top" colspan="2">
|
||||
|
||||
<br>
|
||||
<h2>Workspaces</h2>
|
||||
<p>Workspaces are virtual desktops, complete with their own resolution, colour depth and background. Up to 32 of these workspaces can be set from the <i>Screen</i> preferences.
|
||||
@ -34,13 +62,30 @@
|
||||
</p><p>The Workspaces applet shows a miniature version of all workspaces. There are several options available from the context menu of the applet's window, which are all pretty self-explaining. Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure "<i>Show Replicants</i>" is activated in the Deskbar menu).</p>
|
||||
<br>
|
||||
<h3>Switching workspaces</h3>
|
||||
<p>You can switch between workspaces by either clicking into the Workspaces applet or by using the keyboard shortcut ALT+Fx, where "x" is the workspace number. Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it resides in.
|
||||
<p>You can switch between workspaces by either clicking into the Workspaces applet or by using the keyboard shortcut <tt>ALT+Fx</tt>, where "x" is the workspace number. Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it resides in.
|
||||
</p>
|
||||
<br>
|
||||
<h3>Moving windows between workspaces</h3>
|
||||
<p>To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows on a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with ALT+Fx.
|
||||
<p>To move a window, you grab it in the Workspaces applet and simply drag it to another workspace. This has the advantage, that you can move it without leaving your current desktop. Of course, that only works well when there aren't too many windows on a workspace and your target isn't obscured by other windows. Another possibility is to grab a window by its tab and just holding on to it while switching workspaces with <tt>ALT+Fx</tt>.
|
||||
</p>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<br>
|
||||
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
<td width="90%" bgcolor="#efefef" align="right" colspan="2">
|
||||
<a href="welcome.html">Welcome</a>
|
||||
|
||||
Previous: <a href="gui.html">Haiku's GUI</a>
|
||||
|
||||
Next: <a href="twitcher.html">The Twitcher</a>
|
||||
</td>
|
||||
<td width="5%" bgcolor="#efefef"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user