actkbd/actkbd.1

25 lines
881 B
Groff

.\" -*- mode: troff; coding: utf-8 -*-
.TH ACTKBD "1" "2024-02-05" "v1.0" "actkbd"
.SH "NAME"
actkbd \- keyboard macro daemon
.SH "SYNOPSIS"
\fBactkbd\fR \-d\ DEVICE \-c\ CONFIG [\-h] [\-v] [\-g]
.SH "DESCRIPTION"
\fBactkbd\fR is a simple daemon that binds scheme functions to keyboard events.
.SS OPTIONS
\-h Causes to \fBactkbd\fR to print the help message to standard error and exit.
.PP
\-d=DEVICE Specifies the device on which it listens.
.PP
\-c=CONFIG Specifies the config script to it loads.
.PP
\-v Causes it to report key presses to stderr.
.PP
\-g Waits one second on start and grabs the device.
.SH BEHAVIOR
\fBActkbd\fR loads its configuration from the specified file. A file must be specified, there is no default location for it.
.PP
On receiving a \fISIGHUP\fR signal, \fBactkbd\fR will reload its configuration file.
.SH AUTHOR
Zsombor Barna <unibro at mailo.com>