There are some nice little games and demo applications for your entertainment. Most of the demos are targeted to developers who are interested in learning from the code, which is of course open source as is everything Haiku. -
BSnow | +
BSnow | Let it snow. | |
Chart | +||
Chart | Moving through stars and galaxies. | |
Clock | +||
Clock | An analog clock. | |
Cortex | +||
Cortex | See the media_server in action. | |
FontDemo | +||
FontDemo | A slideshow through all your fonts. | |
GLDirectMode | +||
GLDirectMode | A demonstration of OpenGL. | |
GLTeapot | +||
GLTeapot | The rotating OpenGL rendered teapot. | |
Gradients | +||
Gradients | A demonstration of the gradient API . | |
Mandelbrot | +||
Mandelbrot | Computing fractals. | |
Pairs | +||
Pairs | A game to find pairs of matching icons. | |
Playground | +||
Playground | Test the drawing API . | |
Pulse | +||
Pulse | See your CPU's workload. | |
Sudoku | +||
Sudoku | This century's "Solitair". |
In this panel you set how many recent documents, folders and applications are shown in the Deskbar, or if you show them at all.
Here, you also configure folders and their contents, which are by default Applications, Demos, Deskbar Applets, and Preferences. You can add your own entries and edit or remove items.
-This part of the panel is just a representation of the folder /boot/home/config/be. You can just as well link or copy files and folders directly in Tracker to configure your Deskbar.
+This part of the panel is just a representation of the folder /boot/home/config/be/. You can just as well link or copy files and folders directly in Tracker to configure your Deskbar.
Another method is to simply drag a file or folder and drop it where you want it into the Deskbar.
The Tray
-Among other things, the tray's housing the clock. Left-click it to toggle between date and time. Right-click it to hide/show it or launch the Time preferences to set it. +
Among other things, the tray's housing the clock. Left-click it to toggle between date and time. Right-click it to hide/show it or launch the Time preferences to set it. Here you can also launch a calendar that also appears, when you hold down the left mouse button on the clock for a little time.
Any program can install an icon in the tray to provide an interface to the user. The email system, for instance, shows a different symbol when there's unread mail and offers a context menu to e.g. create or check for new mail. ProcessController is another example that uses its icon in the tray to provide information (CPU/memory usage) and to offer a context menu.
diff --git a/docs/userguide/desktop-applets.html b/docs/userguide/desktop-applets.html index 9a1a0f05da..48fcabfac7 100644 --- a/docs/userguide/desktop-applets.html +++ b/docs/userguide/desktop-applets.html @@ -24,14 +24,14 @@Haiku provides a few useful tools that can be installed on the Desktop or the Deskbar via its Replicant. -
LaunchBox | +
LaunchBox | Shortcuts to your favorite applications. | |
NetworkStatus | +||
NetworkStatus | Is your connection up?. | |
ProcessController | +||
ProcessController | See and control every running app and service. | |
Workspaces | +||
Workspaces | A miniature version of all workspaces. |
Global settings with the Filetypes Preferences
The Filetypes preferences don't deal with individual files but with global settings of filetypes. You can change default icons and preferred applications or add, remove, or alter attributes of whole filetypes. You can even create your own filetype from scratch.
-All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime. Before you start experimenting, it may be prudent to make a backup of that folder...
+All filetypes and their configurations are stored in /boot/home/config/settings/beos_mime/. Before you start experimenting, it may be prudent to make a backup of that folder...
To learn more about the Filetypes preferences see the workshop: Filetypes, Attributes, Index and Queries.
Special settings for applications
diff --git a/docs/userguide/keyboard-shortcuts.html b/docs/userguide/keyboard-shortcuts.html index a2c02c485e..89221468af 100644 --- a/docs/userguide/keyboard-shortcuts.html +++ b/docs/userguide/keyboard-shortcuts.html @@ -22,42 +22,42 @@By default, Haiku's option key, to invoke commands from menus for example, is not the usual CTRL key, but ALT 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. ALT+C and ALT+V is reached more conveniently on the keyboard and these commands seemlessly integrate into the bash shell of the Terminal. -
In any case, you can switch to the maybe more familiar CTRL key in the Menu preferences. The user guide will always describes the default configuration with the option key being ALT. +
By default, Haiku's option key, to invoke commands from menus for example, is not the usual CTRL key, but ALT 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. ALT+C and ALT+V is reached more conveniently on the keyboard and these commands seamlessly integrate into the bash shell of the Terminal, where CTRL+C quits the running process. +
In any case, you can switch to the maybe more familiar CTRL key in the Menu preferences. The user guide will always describes the default configuration with option key being ALT.
General shortcuts
-Here's a table of many of the most commonly used shortcuts that are always awailable, even if there isn't a corresponding menu: +
Here's a table of many of the most commonly used shortcuts that are always available, even if there isn't a corresponding menu:
ALT+Fx | Switch to Workspace X (Fx is the function key corresponding to that workspace). | |
CTRL+TAB | Hold it to brings up the Twitcher. | |
CTRL+ALT+DEL | Open the Team Monitor. | |
ALT+ESC | Enter the menu bar (leave with ESC). | |
ALT+C | Copy selection to clipboard. | |
ALT+X | Cut selection to clipboard. | |
ALT+V | Paste the clipboard's contents. | |
ALT+W | Close the current window. | |
ALT+Q | Close the whole application. | |
ALT+Fx | Switches to Workspace X (Fx is the function key corresponding to that workspace). | |
CTRL+TAB | Hold down to bring up the Twitcher. | |
CTRL+ALT+DEL | Opens the Team Monitor. | |
ALT+ESC | Enters the menu bar (leave with ESC). | |
ALT+C | Copies selection to clipboard. | |
ALT+X | Cuts selection to clipboard. | |
ALT+V | Pastes the clipboard's contents. | |
ALT+W | Closes the current window. | |
ALT+Q | Closes the whole application. |
Shortcuts for Tracker navigation
Additionally to the general shortcuts, here are more for navigating with Tracker:
ALT+CURSOR-UP | Open parent folder. | |
ALT+CURSOR-DOWN or RETURN | Open selected folder. | |
WIN-KEY | Holding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse. | |
right MENU-KEY | Open the Deskbar menu (leave with ESC) | |
ALT+Z | Undo the last action. The undo history is only limited by the available memory. Note, that this only works for actions on the file itself, changed attributes and permission settings can't be undone. Also, once a file is removed from Trash it's gone for good. | |
ALT+SHIFT+Z | Redo the action you just reverted with ALT+Z | |
ALT+CURSOR-UP | Opens the parent folder. | |
ALT+CURSOR-DOWN or RETURN | Opens the selected folder. | |
WIN-KEY | Holding it while opening a folder will automatically close the parent folder. This also works when navigating with the mouse. | |
right MENU-KEY | Opens the Deskbar menu (leave with ESC) | |
ALT+Z | Undo last action. The undo history is only limited by the available memory. Note, that this only works for actions on the file itself, changed attributes and permission settings can't be undone. Also, once a file is removed from Trash it's gone for good. | |
ALT+SHIFT+Z | Redo the action you just reverted with ALT+Z |
Other key combinations
You can add or remove items to/from a selection by holding down a modifier key while clicking on a entry (or file in case of Tracker).
SHIFT | This will select everything between the first selected item and the one you click on. | |
ALT | Adds or removes the item you're clicking on from the selection. | |
SHIFT | This will select everything between the first selected item and the one you click on. | |
ALT | Adds or removes the item you're clicking on from the selection. |
In a Tracker window, if you just start typing, Tracker scrolls to and selects the file that best fits your incremental search. If there's no file starting with your typed letters, files that contain the search string anywhere in their name or other displayed attributes are selected. This search is not case-sensitive.
The letters you type appear at the bottom-left, where normally the number of items are listed. After a second it reverts back and you could start a new incremental search.
diff --git a/docs/userguide/preferences.html b/docs/userguide/preferences.html
index 475e20e97b..92a933a8d2 100644
--- a/docs/userguide/preferences.html
+++ b/docs/userguide/preferences.html
@@ -15,66 +15,77 @@
Contents - Previous: Desktop Applets - + Previous: Workshop +
While a key philosophy of Haiku is to cut down on options and have sensible defaults instead, there are some things that have to be configured or can be set to individual preference. -
Appearance | +
Appearance | Configure certain aspects of the graphical interface. | |
Backgrounds | +||
Backgrounds | Set a color or image as background of the Desktop or any other folder. | |
DataTranslations | +||
DataTranslations | Settings for all supported file formats. | |
Configure your email accounts. | ||
FileTypes | +||
FileTypes | Add, remove and configure filetypes. | |
Fonts | +||
Fonts | Set your system fonts. | |
Keyboard | +||
Keyboard | Configure repeat delay and rate. | |
Keymap | +||
Keymap | Set the mapping of your keyboard. | |
Media | + +||
Media | + | Audio and video settings like volume and in/output devices. |
Menu | Configure the behaviour of menus and the command key (CTRL/ALT. | |
Mouse | +||
Mouse | Configure your mouse. | |
Network | +||
Network | Configure your network. | |
Printers | + +||
Printers | + | Add, remove and configure printers. |
Screen | Configure resolution, depth and refresh rate. | |
ScreenSaver | +||
ScreenSaver | Add, remove and configure a screen saver. | |
Sounds | +||
Sounds | Assign a sound to different system events. | |
Time | +||
Time | Set time, date and timezone. | |
VirtualMemory | +||
VirtualMemory | Set the amount of swap space. |