NEWS/Changelog for previous commit.
[fvwm.git] / doc / commands / FlipFocus.xml
blob54d9382e0ea07e173d5b0b69bc26d61233f9a4c5
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: FlipFocus.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='FlipFocus'>
12 <title>FlipFocus</title>
14 <cmdsynopsis>
15         <command>FlipFocus</command
16         ><arg choice='opt'>NoWarp</arg>
17 </cmdsynopsis>
19 <para>Executes a
20 <fvwmref cmd="Focus"/>
21 command as if the user had used the pointer to select the
22 window. This command alters the order of the WindowList in the
23 same way as clicking in a window to focus, i.e. the target window
24 is removed from the
25 <emphasis remap='B'>WindowList</emphasis>
26 and placed at the start. This command is recommended for use with
27 the
28 <fvwmref cmd="Direction"/>
29 command and in the function invoked from
30 <fvwmref cmd="WindowList"/>.</para>
32 </section>