1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<!-- $Id$ -->
<section id='Repeat'>
<title>Repeat</title>
<cmdsynopsis>
<command>Repeat</command>
</cmdsynopsis>
<para>When the
<emphasis remap='B'>Repeat</emphasis>
command is invoked, the last command that was executed by fvwm is
executed again. This happens regardless of whether it was
triggered by user interaction, a module or by an X event.
Commands that are executed from a function defined with the
<fvwmref cmd="Function"/>
command, from the
<fvwmref cmd="Read"/> or
<fvwmref cmd="PipeRead"/>
commands or by a menu are not repeated. Instead, the function,
menu or the
<fvwmref cmd="Read"/> or
<fvwmref cmd="PipeRead"/>
command is executed again.</para>
</section>
|