cvsimport
[fvwm.git] / doc / fvwm / shortcuts.xml
blobf24dcaf909d53bb30f44dd2de33640605d51055b
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: shortcuts.xml,v 1.2 2007/06/07 20:09:52 griph Exp $ -->
11 <section id='keyboard_shortcuts'>
12 <title>Keyboard Shortcuts</title>
13 <para>Almost all window manager operations can be performed from the
14 keyboard so mouse-less operation should be possible.  In addition
15 to scrolling around the virtual desktop by binding the
16 <fvwmref cmd="Scroll"/>
17 command to appropriate keys,
18 <fvwmref cmd="Popup"/>,
19 <fvwmref cmd="Move"/>,
20 <fvwmref cmd="Resize"/>, 
21 and any other command can be bound to keys.  Once a command
22 is started the pointer is moved by using the up, down,
23 left, and right arrows, and the action is terminated by pressing
24 return.  Holding down the
25 <keysym>Shift</keysym>
26 key causes the pointer movement to go in larger steps and holding
27 down the
28 <keysym>control</keysym>
29 key causes the pointer movement to go in smaller steps. Standard
30 emacs and vi cursor movement controls (
31 <keysym>n</keysym>,
32 <keysym>p</keysym>,
33 <keysym>f</keysym>,
34 <keysym>b</keysym>,
35 and
36 <keysym>j</keysym>,
37 <keysym>k</keysym>,
38 <keysym>h</keysym>,
39 <keysym>l</keysym>
40 ) can be used instead of the arrow keys.</para>
42 </section>