Lepsi hodnoty
[mirrors/Programs.git] / bash / x-mouse / xwarppointer / README
CommitLineData
21c4e167
H
1Xwarppointer allows you to do manipulation of the pointer on the screen.
2
3The first mode of operation switches from screen to screen which is described
4below. The rest is self explanatory, just run xwarppointer with no arguments
5and you will get usage.
6
7If you have a multihead display, with multiple display/screens instead of one
8giant virtual screen, this mode is useful. To use it, you should bind it to
9some key sequence in your window manager. The program then allows you to warp
10the pointer to a different screen, so you can move the mouse easily between
11montiors with just a single keystroke (keeping the same X and Y positions).
12
13The usage is:
14
15 xwarppointer screen <#> This will warp the pointer to the screen you
16 specify.
17
18 xwarppointer screen - This will warp the pointer to the screen before
19 the current one. If on the first screen, it
20 will wrap to the last.
21
22 xwarppointer screen + This will warp the pointer to the screen after
23 the current one. If on the last screen, it
24 will wrap to the first.
25
26
27
28
29Example usage:
30
31Using FVWM, I have the following line in my FVWM config file:
32
33Key F11 A N Exec xwarppointer screen +
34
35This will cause F11 with no modifiers in any part of the screen to run
36"xwarppointer screen +", thus causing the pointer to go to the next montior.
37Once the cursor hits the last montior, when I hit F11 again, it goes back to
38the first.
39
40
41 _________________
42 nirva@ishiboo.com
This page took 0.30349 seconds and 4 git commands to generate.