Tweak man page

master
Raheman Vaiya 4 years ago
parent 9f42d6e378
commit cd39c8e846
  1. BIN
      data/keyd.1.gz
  2. 9
      docs/keyd.scdoc

Binary file not shown.

@ -636,12 +636,11 @@ of _will thus produce A-tab instead of M-\\_.
## Example 7 ## Example 7
``` Capslock will behave as control in all instances except when used
# holding capslock + tapping h/j/k/l will work as left/down/up/right. in conjunction with 'h/j/k/l' in which case it will produce arrow
# holding capslock + tapping keys (any other than h/j/k/l) will work as control+keys keys. If tapped, it will function as escape.
# Tapping ESC will toggle capslock.
# Tapping capslock will activate esc.
```
[main] [main]
capslock = overload(capslock, esc) capslock = overload(capslock, esc)
esc = capslock esc = capslock

Loading…
Cancel
Save