Skip to content

Commit 1173e19

Browse files
committed
Clean up and clarify text
1 parent af472c8 commit 1173e19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/pair-keys.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Pair-Keys
22

3-
When two keys are pressed simultaneously (interval less than 10ms), we use it to activate a pre-defined function.
4-
It is similar to Macro. While, pair-keys doesn't have a released event.
3+
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).
54

6-
For example, we use <kbd>J</kbd> <kbd>K</kbd> and <kbd>U</kbd> <kbd>I</kbd> as pair-keys.
5+
Like a macro, activating pair-keys triggers an immediate event. Unlike a macro, pair-keys do not have a released (key-up) event.
6+
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").
78

89
```python
910
# code.py

0 commit comments

Comments
 (0)