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 4141 shell : bash
4242 # Execute the build. You can specify a specific target with "--target <NAME>"
4343 run : |
44- cmake --build . --config $BUILD_TYPE --target ydotool
45- cmake --build . --config $BUILD_TYPE --target ydotoold
44+ cmake --build . --config $BUILD_TYPE
4645
4746 - name : Rename build files
4847 run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Currently implemented command(s):
101101 - 0x07 - TASK
102102 - 0x40 - Mouse down
103103 - 0x80 - Mouse up
104-
104+
105105 Examples:
106106
107107 - 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)
2121 Set socket permission.
2222
2323 *-o*, *--socket-own=UID:GID*
24- Socket ownership.
24+ Socket ownership.
2525
2626 *-m*, *--mouse-off*
27- Disable mouse (EV_REL)
27+ Disable mouse (EV_REL)
2828
2929 *-k*, *--keyboard-off*
30- Disable keyboard (EV_KEY)
30+ Disable keyboard (EV_KEY)
3131
3232 *-T*, *--touch-on*
33- Enable touchscreen (EV_ABS)
33+ Enable touchscreen (EV_ABS)
3434
3535 *-h*, *--help*
3636 Display help and exit.
You can’t perform that action at this time.
0 commit comments