From 2b0ed30fe7ea4f82eb91ba9fc9e71f4b7b4b8840 Mon Sep 17 00:00:00 2001 From: raploz <40844298+raploz@users.noreply.github.com> Date: Fri, 14 Oct 2022 01:09:08 -0300 Subject: [PATCH] Add example to docs about disabling specific keys Disabling specific keys is likely to be something people will want to do, however, the documentation doesn't emphasize that functionality. Add an example about disabling keys with the 'noop' keyword to the documentation to make it easier for users to figure out how to do that. Closes #359 --- docs/keyd.scdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/keyd.scdoc b/docs/keyd.scdoc index 1c5f88e..b97ec4d 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -890,6 +890,16 @@ keys. If tapped, it will function as escape. l = right ``` +## Example 8 + +Disable specific keyboard keys with 'noop'. + +``` + [main] + esc = noop + end = noop +``` + # AUTHOR Written by Raheman Vaiya (2017-).