Update README.md

This commit is contained in:
Clive Galway 2018-03-08 00:09:00 +00:00 committed by GitHub
parent fb3812bbf0
commit 59856aa0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ Create your hotkeys, wrapped in an `#if` block for that context variable
```
## Subscription mode
In Subscription mode, you bypass AHK's hotkey system completely, and Interception notifies you og key events via callbacks.
In Subscription mode, you bypass AHK's hotkey system completely, and Interception notifies you of key events via callbacks.
Subscribe to a key on a specific keyboard
`SubscribeKey(<scanCode>, <block>, <callback>, <VID>, <PID>`