Update for new 2.7.0 development work.
[fvwm.git] / doc / commands / Current.xml
blob1d39185ffef195426a3aa63439066c0a67a57e48
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: Current.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
3 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4   "../docbook-xml/docbookx.dtd"
6 <!ENTITY % myents SYSTEM "../fvwm.ent" >
7 %myents;
8 ]>
11 <section id='Current'>
12 <title>Current</title>
14 <cmdsynopsis>
15         <command>Current</command
16         ><arg choice='opt'
17                 >(<replaceable>conditions</replaceable
18         >)</arg
19         ><arg choice='plain'
20                 ><replaceable>command</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>Performs
25 <replaceable>command</replaceable>
26 on the currently focused window if it satisfies all
27 <replaceable>conditions</replaceable>.
28 See the <fvwmref sect="conditionals" opt="conditions" name="Conditions"/> section for a list of conditions.</para>
30 <para>This command implies the conditions
31 <emphasis remap='I'>CirculateHit</emphasis>, <emphasis remap='I'>CirculateHitIcon</emphasis> and <emphasis remap='I'>CirculateHitShaded</emphasis>.
32 They can be turned off by specifying
33 <emphasis remap='I'>!CirculateHit</emphasis>
34 etc. explicitly.</para>
36 </section>