aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2018-11-14doc/dome-key.1.txt: Add "Configuration" sectionTeddy Wing
Describe the `timeout` configuration option.
2018-11-14doc/dome-key.1.txt: Add real descriptions of command line optionsTeddy Wing
2018-11-14doc/dome-key.1.txt: Fix closing quoteTeddy Wing
Used the wrong terminator, '`' instead of '''.
2018-11-10Add doc/extract_special_key_names.shTeddy Wing
Script to extract the names of special keys like `<VolumeUp>` from `parser.rs`. Need these for the mappings syntax manual.
2018-11-03doc/dome-key.1.txt: Add a rough descriptionTeddy Wing
* Make "OPTIONS" in the Synopsis section lowercase to match other man pages * Add a description of the program. Still not happy with it yet, but it's a start. * Add a "See Also" section that refers to an uncreated man page that should describe the syntax of the dkmap mappings file.
2018-11-02Add the beginning of a man pageTeddy Wing
Copy-pasted options from the `--help` output and reordered them alphabtically. Includes a few stub sections that I think are needed.