Skip to content

Commit 4f76a8f

Browse files
committed
Language tweak
1 parent 867e847 commit 4f76a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pair-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
They keyboard can be configured to activate a pre-defined function when two keys are pressed simultaneously (_i.e._, within an interval less than 10ms).
44

5-
Like a macro, activating pair-keys triggers an immediate event. Unlike a macro, pair-keys do not have a released (key-up) event.
5+
Like a macro, activating pair-keys triggers an immediate event. Unlike a macro, pair-keys do not have a release (key-up) event.
66

7-
By default, the keyboard uses <kbd>J</kbd> <kbd>K</kbd> and <kbd>U</kbd> <kbd>I</kbd> as pair-keys to trigger an example function (_e.g._, typing "You just triggered pair keys #0").
7+
By default, the keyboard uses <kbd>J</kbd> <kbd>K</kbd> and <kbd>U</kbd> <kbd>I</kbd> as pair-keys to trigger example functions (_e.g._, typing "You just triggered pair keys #0").
88

99
```python
1010
# code.py

0 commit comments

Comments
 (0)