-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIMS.1
More file actions
60 lines (58 loc) · 1.75 KB
/
IMS.1
File metadata and controls
60 lines (58 loc) · 1.75 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH MOUSE-SUN 1 MOUSE-SUN
.SH NAME
mouse-menu \- mouse monitoring software
.SH DESCRIPTION
.B mouse-sun is a software that show a mouse and show when you press a button on the mouse
or scroll the mouse wheel
.P
.SH OPTIONS
.TP
.BI \-h
show this manual and exit
.TP
.BI \-p " <num1> <num2>"
the window will apear at position defined. num1 is the x cordinate(horizantally) and num2 is the y cordinate(vertical)
for example "-p 10 0" will make the window apear 10 pexiles away from the left and 0 pixels away from the top
you can use also words for example "-p right top" will make the window apear in the top right corner
acceptable word are: left and right for num1 and top and buttom for num2
.TP
.BI \-s " <num1> <num2>"
this defines the size of the key(for a single key). num1 is the length along x cordinate(horizantally)(the width)
and num2 is the length along y cordinate(vertical)(the hieght)
for example "-S 100 60" will make the key width 100 and hieght 60 pixels
.TP
.BI \-S " <num1> <num2>"
this defines the size of the mouse. num1 is the length along x cordinate(horizantally)(the width)
and num2 is the length along y cordinate(vertical)(the hieght)
for example "-S 100 60" will make the mouse width 100 and hieght 60 pixels
.TP
.BI \-b
turn off the borders of the window
.TP
.BI \-c
turn off the ctrl key
.TP
.BI \-f
turn off the shift key
.TP
.BI \-t
turn off the super key
.TP
.BI \-a
turn off the alt key
.TP
.BI \-g
turn off the general key (the ket that shows the other characters and numbers)
.TP
.BI \-k
turn off all the keyboard
.TP
.BI \-m
turn off the mouse
.TP
.BI \-n
start the app directly without configuration panel
.TP
.BI \-T
run with the transparent mpde.
it shows the keys only when they are pressed and if there is no pressed keys it will hide the window.