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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ A simple direct input multiboxing tool, broadcasting keyboard input and supporti
6
6
7
7
**Features:**
8
8
9
-
***Direct Input Broadcasting:** Sends keyboard inputs to multiple windows simultaneously.
9
+
***Direct Input Broadcasting:** Sends keyboard inputs to multiple windows simultaneously, through round robin refocusing on interaction or round robin looping.
10
10
***Window Targeting:** Works with any window with an identifiable name.
11
11
***Window Manipulation:** Ability to make windows borderless, resize them, and more.
12
12
***Simple Setup:** Easy to configure and use.
13
-
***Universal:** Works with all windows that listen for key input while not focused.
13
+
***Universal:** Works both with windows that listen for key input while not focused and windows that require round robin/direct focusing.
14
14
15
15
**Limitations:**
16
16
17
-
* Not suitable for applications requiring round-robin input.
17
+
*Only works on Windows. Not suitable for Linux or MacOS.
18
18
* Not suitable for applications that disallow direct input broadcasting.
0 commit comments