--- deliantra/Deliantra-Client/pod/manual.pod 2006/08/14 23:05:19 1.5 +++ deliantra/Deliantra-Client/pod/manual.pod 2006/09/29 00:56:06 1.6 @@ -40,6 +40,51 @@ =head1 Usage +=head2 XKeyboard/Keymappings + +The keyboard works quite similar to other programs: If a widget (e.g. a text entry) has the focus, +you can enter and edit text there. + +Special key bindings apply to the playing area. It needs to be focused to +work. If it doesn't have the focus, it will be tinted in red, in that case +you can focus it by clicking into it. + +The following keys are available in the playing area: + +=over 4 + +=item B..B - open various dialogs (use the right mouse button menu to see which). + +=item B - toggle (make visible/invisible) the playerbook window. + +=item B - apply the item below you (selected by the server, usually the topmost item). + +=item B, B - examine the item below you (selected by the server, usually the topmost item). + +=item B<,> (the comma) - take the item below you (selected by the server, usually the topmost item). + +=item Cursor/Arrow Keys, Keypad-B<12346789> - try to move in the given direction. + +=item Keypad-B<5> - use your current range slot on yourself or the space where you are standing. + +=item B-I - use your current weapon to attack the space indicated by the direction key. + +=item B-I - run into the indicate direction as fats as possible, attacking everything in your way. + +=item B<+>, Keypad-B<+> - rotate through your range weapons. + +=item B<->, Keypad-B<-> - rotate through your range weapons, the other way round. + +=item B<'> - open the completer. + +=item B<"> - open the completer, presetting it with your current communication command. + +=item B-B (lowercase characters) - open the completer, presetting it with the character types. + +=item B-B - open the macro recorder/key binding editor and start recording. + +=back + =head2 The Map The map is always displayed in the background, behind all other windows and UI elements.