Use the correct border hints to calculate screen width.
[fvwm.git] / doc / fvwm / builtinBindings.xml
blob86055407fdb8634ba13e57560a870fea502e6f49
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: builtinBindings.xml,v 1.2 2007/06/07 20:09:52 griph Exp $ -->
11 <section id='builtin_key_and_mouse_bindings'>
12 <title>Builtin Key and Mouse Bindings</title>
13 <para>The following commands are built-in to fvwm:</para>
15 <programlisting>
16 <fvwmref cmd="Key"/> Help R A <fvwmref cmd="Popup"/> MenuFvwmRoot
17 <fvwmref cmd="Key"/> F1 R A <fvwmref cmd="Popup"/> MenuFvwmRoot
18 <fvwmref cmd="Key"/> Tab A M <fvwmref cmd="WindowList"/> Root c c NoDeskSort
19 <fvwmref cmd="Key"/> Escape A MC <fvwmref cmd="EscapeFunc"/>
20 <fvwmref cmd="Mouse"/> 1 R A <fvwmref cmd="Menu"/> MenuFvwmRoot
21 <fvwmref cmd="Mouse"/> 1 T   A FuncFvwmRaiseLowerX <fvwmref cmd="Move"/>
22 <fvwmref cmd="Mouse"/> 1 FS  A FuncFvwmRaiseLowerX <fvwmref cmd="Resize"/>
23 <fvwmref cmd="Mouse"/> 2 FST A FuncFvwmRaiseLowerX <fvwmref cmd="Move"/>
24 <fvwmref cmd="AddToFunc"/> FuncFvwmRaiseLowerX
25 + I <fvwmref cmd="Raise"/>
26 + M $0
27 + D <fvwmref cmd="Lower"/>
28 </programlisting>
31 <para>The
32 <keysym>Help</keysym>
33 and
34 <keysym>F1</keysym>
35 keys invoke a built-in menu that fvwm creates.  This is primarily
36 for new users that have not created their own configuration
37 file. Either key on the root (background) window pops up an menu
38 to help you get started.</para>
40 <para>The
41 <keysym>Tab</keysym>
42 key pressed anywhere with the
43 <keysym>Meta</keysym>
44 key (same as the
45 <keysym>Alt</keysym>
46 key on PC keyboards) held down pop-ups a window list.</para>
48 <para>Mouse button 1 on the title-bar or side frame can move, raise or
49 lower a window.</para>
51 <para>Mouse button 1 on the window corners can resize, raise or lower a
52 window.</para>
54 <para>You can override or remove these bindings. To remove the window
55 list binding, use this:</para>
57 <programlisting>
58 <fvwmref cmd="Key"/> Tab A M -
59 </programlisting>
62 </section>