Skip to content

Commit

Permalink
Merge remote-tracking branch 'rickprice/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Dec 18, 2024
2 parents b2dbe52 + 6cacaef commit a5ab692
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/keyd.scdoc
Original file line number Diff line number Diff line change
Expand Up @@ -932,12 +932,13 @@ _will thus produce A-tab instead of M-\\_.
## Example 6

```
# Tapping both shift keys will activate capslock.
# Briefly holding down both shift keys will toggle capslock.

[shift]

leftshift = capslock
rightshift = capslock
# Without a delay, you might accidentally toggle capslock as you type.
leftshift = timeout(leftshift, 1000, capslock)
rightshift = timeout(rightshift, 1000, capslock)
```

## Example 7
Expand Down

0 comments on commit a5ab692

Please sign in to comment.