Skip to content

Commit

Permalink
Add example to docs about disabling specific keys
Browse files Browse the repository at this point in the history
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
  • Loading branch information
raploz authored Oct 14, 2022
1 parent 97b4255 commit 2b0ed30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/keyd.scdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-).
Expand Down

0 comments on commit 2b0ed30

Please sign in to comment.