File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 41
41
shell : bash
42
42
# Execute the build. You can specify a specific target with "--target <NAME>"
43
43
run : |
44
- cmake --build . --config $BUILD_TYPE --target ydotool
45
- cmake --build . --config $BUILD_TYPE --target ydotoold
44
+ cmake --build . --config $BUILD_TYPE
46
45
47
46
- name : Rename build files
48
47
run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Currently implemented command(s):
101
101
- 0x07 - TASK
102
102
- 0x40 - Mouse down
103
103
- 0x80 - Mouse up
104
-
104
+
105
105
Examples:
106
106
107
107
- 0x00: chooses left button, but does nothing (you can use this to implement extra sleeps)
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ ydotoold \- daemon for *ydotool*(1)
21
21
Set socket permission.
22
22
23
23
*-o*, *--socket-own=UID:GID*
24
- Socket ownership.
24
+ Socket ownership.
25
25
26
26
*-m*, *--mouse-off*
27
- Disable mouse (EV_REL)
27
+ Disable mouse (EV_REL)
28
28
29
29
*-k*, *--keyboard-off*
30
- Disable keyboard (EV_KEY)
30
+ Disable keyboard (EV_KEY)
31
31
32
32
*-T*, *--touch-on*
33
- Enable touchscreen (EV_ABS)
33
+ Enable touchscreen (EV_ABS)
34
34
35
35
*-h*, *--help*
36
36
Display help and exit.
You can’t perform that action at this time.
0 commit comments