Skip to content

Commit 6cacaef

Browse files
committed
Refine wording of capslock toggle with both shifts
1 parent 92dd9bf commit 6cacaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/keyd.scdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,11 +932,11 @@ _will thus produce A-tab instead of M-\\_.
932932
## Example 6
933933

934934
```
935-
# Holding both shift keys will activate capslock.
935+
# Briefly holding down both shift keys will toggle capslock.
936936

937937
[shift]
938938

939-
# Without a delay, you may have capslock turn on as you type
939+
# Without a delay, you might accidentally toggle capslock as you type.
940940
leftshift = timeout(leftshift, 1000, capslock)
941941
rightshift = timeout(rightshift, 1000, capslock)
942942
```

0 commit comments

Comments
 (0)