LinuxCommandLibrary

infokey

compiles custom key bindings for the info reader

TLDR

Compile key bindings

$ infokey
copy
Compile specific file
$ infokey [~/.infokey]
copy
Output to specific file
$ infokey -o [output] [input]
copy

SYNOPSIS

infokey [options] [file]

DESCRIPTION

infokey compiles custom key bindings for the info reader. It transforms text configuration into binary format.
The input file defines key sequences and their actions. Custom bindings override default info navigation.

PARAMETERS

FILE

Input file (default ~/.infokey).
-o FILE
Output file (default ~/.info).
--help
Display help information.
--version
Display version information.

CAVEATS

Input format specific to info. Binary output not human-readable. Requires info reader.

HISTORY

infokey is part of the GNU Texinfo package, allowing customization of info reader keybindings.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community