From 592ff02fdb9a2aa5b4eb7e621e59a3b5f5c4aeee Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Thu, 30 Mar 2023 03:03:02 -0400 Subject: [PATCH] Documentation tweak --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8be864d..460924f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,10 @@ capslock = overload(control, esc) # Remaps the escape key to capslock esc = capslock ``` -*Note*: It is recommended that you define the input/output of the desired key, referring to the output of `keyd monitor`. + +Key names can be obtained by using the `keyd monitor` command. Note that while keyd is running, the output of this +command will correspond to keyd's output. The original input events can be seen by first stopping keyd and then +running the command. See the man page for more details. 3. Run `sudo keyd reload` to reload the config set.