Skip to content

Commit 9f8e68d

Browse files
authored
Merge pull request #2 from Chaoses-Ib/develop
Fix typos
2 parents 0b2d254 + 01e296d commit 9f8e68d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ An [AutoHotkey](https://www.autohotkey.com/) library that enables AHK to send ke
55
## Supported Drivers
66
* [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
77
No Logitech hardware required.
8-
e.g. `IbSendInit("Logitech)"`
8+
e.g. `IbSendInit("Logitech")`
99
* [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
1010
No Logitech hardware required.
11-
e.g. `IbSendInit("Logitech)"`
11+
e.g. `IbSendInit("Logitech")`
1212
* [DD Virtual Mouse & Virtual Keyboard](https://github.com/ddxoft/master)
1313
May cause a blue screen; difficult to uninstall cleanly.
1414
To use it, put the DLL (`DD94687.64.dll`/`DD64.dll`/`DDHID64.dll`) with your script file, or specify the path argument when call IbSendInit, e.g.:
1515
```ahk
16-
IbSendInit("DD", 1, "C:\SomeDir\DD64.dll")`
16+
IbSendInit("DD", 1, "C:\SomeDir\DD64.dll")
1717
```
1818

1919
## Example

README.zh-Hans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
## 支持驱动
66
* [罗技 G HUB](https://www.logitechg.com.cn/zh-cn/innovation/g-hub.html)
77
不需要罗技硬件。
8-
用例:`IbSendInit("Logitech)"`
8+
用例:`IbSendInit("Logitech")`
99
* [罗技游戏软件](https://support.logi.com/hc/zh-cn/articles/360025298053)
1010
不需要罗技硬件。
11-
用例:`IbSendInit("Logitech)"`
11+
用例:`IbSendInit("Logitech")`
1212
* [DD 虚拟鼠标 & 虚拟键盘](https://github.com/ddxoft/master)
1313
可能会导致蓝屏;难以卸载干净。
1414
使用时需要把 DLL 文件(`DD94687.64.dll`/`DD64.dll`/`DDHID64.dll`)与你的脚本文件放到一起,或者在调用 IbSendInit 时指定路径参数:
1515
```ahk
16-
IbSendInit("DD", 1, "C:\SomeDir\DD64.dll")`
16+
IbSendInit("DD", 1, "C:\SomeDir\DD64.dll")
1717
```
1818

1919
## 例子

0 commit comments

Comments
 (0)