Skip to content

Commit 0dcf6f0

Browse files
committed
docs: update drivers
1 parent e6cc9cf commit 0dcf6f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# IbInputSimulator
2-
A library for simulating keyboard, mouse and other inputs.
2+
A library for simulating keyboard and mouse input with drivers.
33

44
## Download
55
[Releases](https://github.com/Chaoses-Ib/IbInputSimulator/releases)
66

77
## Supported drivers
8-
- [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
8+
- [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
99

10-
No Logitech hardware required.
10+
No Logitech hardware required. However, in the new versions of LGS, the mouse driver has been removed ([#8](https://github.com/Chaoses-Ib/IbInputSimulator/issues/8)). You can install [v9.02.65](https://github.com/Chaoses-Ib/IbLogiSoftExt/releases/download/v0.1/LGS.v9.02.65_x64.exe) to make the mouse driver available.
1111

1212
e.g. `IbSendInit("Logitech")`
1313

14-
- [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
14+
- [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
1515

16-
No Logitech hardware required.
16+
No Logitech hardware required. However, in the new versions of G HUB, the mouse driver has been removed ([#8](https://github.com/Chaoses-Ib/IbInputSimulator/issues/8)). Unfortunately, there is currently no known way to install an old version.
1717

1818
e.g. `IbSendInit("Logitech")`
1919

2020
- [Razer Synapse 3](https://www.razer.com/synapse-3)
2121

22-
Require Razer hardware. (Note that the old versions do not require Razer hardware, however, Razer Synapse 3 only provides an online installer and there is no way to install an old version)
22+
In the new versions of Razer Synapse, Razer hardware is required to make the driver available. The old versions do not require Razer hardware, but the online installer of Razer Synapse can only install the newest version. To install an old version manually, see [#7](https://github.com/Chaoses-Ib/IbInputSimulator/issues/7) for details.
2323

2424
e.g. `IbSendInit("Razer")`
2525

0 commit comments

Comments
 (0)