<tr><td>Розташування в Deskbar:</td><tdstyle="width:15px;"></td><td><spanclass="menu">Настройки (Preferences)</span></td></tr>
<tr><td>Розташування в Tracker:</td><td></td><td><spanclass="path">/boot/system/preferences/Keymap</span></td></tr>
<tr><td>Настройки розташовані за адресою:</td><td></td><td><spanclass="path">~/config/settings/Keymap/*</span> - Location of user modified keymaps.<br/>
<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 <spanclass="key">SHIFT</span>, <spanclass="key">CONTROL</span> or <spanclass="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>
<tr><td><spanclass="menu">Select Dead Keys</span></td><td></td><td>for setting the above mentioned blue keys.</td></tr>
<tr><tdclass="onelinetop"><spanclass="menu">Switch Shortcut Key...</span></td><td></td><td>for using the shortcut key in Windows/Linux mode, i.e. <spanclass="key">CONTROL</span> (normally <spanclass="key">CTRL</span>) or Haiku mode, i.e. <spanclass="key">COMMAND</span> (normally <spanclass="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&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 <spanclass="menu">File | Save...</span>. Your modified map will only appear in the user-defined list if it's stored in <spanclass="path">~/config/settings/Keymap/</span>. Otherwise you'll have to manually load it via <spanclass="menu">File | Open...</span>.</p>
<p>To better match the Keymap panel to your physical keyboard, there are several different settings available from the <spanclass="menu">Layout</span> menu.</p>
<p>The font used in the keyboard representation is set from the <spanclass="menu">Font</span> menu. Note, that it may or may not contain all symbols for a specific keymap.</p>
<p>Finally, there's a <spanclass="button">Revert</span> button to bring back the settings that were active when you started the Keymap preferences.</p>
<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>
<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. <ahref="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>
<p>This will produce a file <spanclass="cli">keymap.out</span> which you can load into Keymap via its <spanclass="menu">Open...</span> menu. By the way, the keymap command is able to load this binary format as well: <spanclass="cli">keymap -l < keymap.out</span></p>