Skip to content

Commit

Permalink
Tweak man page
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Jun 23, 2022
1 parent 9f42d6e commit cd39c8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Binary file modified data/keyd.1.gz
Binary file not shown.
9 changes: 4 additions & 5 deletions docs/keyd.scdoc
Original file line number Diff line number Diff line change
Expand Up @@ -636,12 +636,11 @@ of _will thus produce A-tab instead of M-\\_.

## Example 7

```
# holding capslock + tapping h/j/k/l will work as left/down/up/right.
# holding capslock + tapping keys (any other than h/j/k/l) will work as control+keys
# Tapping ESC will toggle capslock.
# Tapping capslock will activate esc.
Capslock will behave as control in all instances except when used
in conjunction with 'h/j/k/l' in which case it will produce arrow
keys. If tapped, it will function as escape.

```
[main]
capslock = overload(capslock, esc)
esc = capslock
Expand Down

0 comments on commit cd39c8e

Please sign in to comment.