Jitterbug no more.
[fvwm.git] / doc / commands / MoveToDesk.xml
blob3173be3f7a2993bc89f860dad63afc40f6e78aa4
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: MoveToDesk.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='MoveToDesk'>
12 <title>MoveToDesk</title>
14 <cmdsynopsis>
15         <command>MoveToDesk</command
16         ><group choice='opt'
17                 ><arg choice='plain'>prev</arg
18                 ><arg choice='plain'
19                         ><arg choice='plain'
20                                 ><replaceable>arg1</replaceable
21                         ></arg
22                         ><arg choice='opt'
23                                 ><replaceable>arg2</replaceable
24                         ></arg>
25                         <arg choice='opt'
26                                 ><replaceable>min</replaceable
27                                 > <replaceable>max</replaceable
28                         ></arg
29                 ></arg
30         ></group>
31 </cmdsynopsis>
33 <para>Moves the selected window to another desktop.  The arguments are
34 the same as for the
35 <fvwmref cmd="GotoDesk"/>
36 command.  Without any arguments, the window is moved to the
37 current desk.
38 <emphasis remap='B'>MoveToDesk</emphasis>
39 is a replacement for the obsolete
40 <fvwmref cmd="WindowsDesk"/>
41 command, which can no longer be used.</para>
43 </section>