1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: CursorMove.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" >
11 <section id='CursorMove'>
12 <title>CursorMove</title>
15 <command>CursorMove</command
17 ><replaceable>horizontal</replaceable
18 ><optional>p</optional
21 ><replaceable>vertical</replaceable
22 ><optional>p</optional
26 <para>Moves the mouse pointer by
27 <replaceable>horizontal</replaceable>
28 pages in the X direction and
29 <replaceable>vertical</replaceable>
30 pages in the Y direction. Either or both entries may be
31 negative. Both horizontal and vertical values are expressed in
32 percent of pages, so</para>
38 <para>means to move down and right by one full page.</para>
44 <para>means to move right half a page and down a quarter of a
45 page. Alternatively, the distance can be specified in pixels by
47 '<fvwmopt cmd="CursorMove" opt="p"/>'
48 to the horizontal and/or vertical specification. For example</para>
54 <para>means move ten pixels up and ten pixels left. The CursorMove
55 function should not be called from pop-up menus.</para>