Skip to content

Commit

Permalink
Refine wording of capslock toggle with both shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Dec 7, 2024
1 parent 81ee604 commit 913d456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/keyd.scdoc
Original file line number Diff line number Diff line change
Expand Up @@ -932,11 +932,11 @@ _will thus produce A-tab instead of M-\\_.
## Example 6

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

[shift]

# Without a delay, you may have capslock turn on as you type
# Without a delay, you might accidentally toggle capslock as you type.
leftshift = timeout(leftshift, 1000, capslock)
rightshift = timeout(rightshift, 1000, capslock)
```
Expand Down

0 comments on commit 913d456

Please sign in to comment.