libinput-replay.man 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .TH libinput-replay "1"
  2. .SH NAME
  3. libinput\-replay \- replay kernel events from a recording
  4. .SH SYNOPSIS
  5. .B libinput replay [options] \fIrecording\fB
  6. .SH DESCRIPTION
  7. .PP
  8. The \fBlibinput replay\fR tool replays kernel events from a device recording
  9. made by the \fBlibinput record(1)\fR tool. This tool needs to run as root to
  10. create a device and/or replay events.
  11. .PP
  12. If the recording contains more than one device, all devices are replayed
  13. simultaneously.
  14. .SH OPTIONS
  15. .TP 8
  16. .B \-\-help
  17. Print help
  18. .TP 8
  19. .B \-\-once
  20. Only replay the recording once, then exit.
  21. .TP 8
  22. .B \-\-replay-after=s
  23. Replay the recording after waiting for s seconds. This replaces the default
  24. interactive prompt to start the replay.
  25. .SH NOTES
  26. .PP
  27. This tool replays events from a recording through the kernel and is
  28. independent of libinput. In other words, updating or otherwise changing
  29. libinput will not alter the output from this tool. libinput itself does not
  30. need to be in use to replay events.
  31. .PP
  32. This tool does not replay kernel-emulated key repeat events (events of type
  33. \fIEV_KEY\fR with a value of 2).
  34. .SH LIBINPUT
  35. .PP
  36. Part of the
  37. .B libinput(1)
  38. suite