You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,10 @@ const drivers = {
35
35
functionmain({Keys}) { // Your amazing main function }
36
36
```
37
37
38
-
- Call `Keys.presses` with the name of the key for which you'd like a stream of presses. Currently, Cycle Keys supports inputting keys as strings only
38
+
- Call `Keys.presses`without any arguments to get a stream of all keypresses. You can also call `presses`with the name of a key to only get keypresses for that key. Currently, Cycle Keys supports inputting keys as strings only
0 commit comments