Skip to content

Commit fe11101

Browse files
Update link to simplified WebHID library for MX Keypad, update layout to improve visibility of this resource
1 parent ae07b67 commit fe11101

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@
5151

5252
## Other resources
5353

54-
- Input event capture docs (Win [here](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowshookexa?redirectedfrom=MSDN) and [there](https://learn.microsoft.com/en-us/windows/win32/inputdev/raw-input?redirectedfrom=MSDN), [OSX](https://developer.apple.com/documentation/coregraphics/quartz-event-services), [Linux](https://www.freedesktop.org/wiki/Software/libevdev/))
55-
- Input event injections docs (Win [here](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-keybd_event?redirectedfrom=MSDN) and [there](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput?redirectedfrom=MSDN), OSX [here](https://developer.apple.com/documentation/coregraphics/cgevent/init(keyboardeventsource:virtualkey:keydown:)) and [there](https://developer.apple.com/documentation/coregraphics/cgevent/post(tap:)), [Linux](https://pypi.org/project/python-uinput/))
56-
- Input event capture example ([Win / C\#](./res/InputLogger.zip))
57-
- **MX Keypad** WebHID library ([source](https://github.com/Julusian/node-logitech-mx-creative-console), [demo](https://julusian.github.io/node-logitech-mx-creative-console/))
54+
- **MX Keypad** [WebHID library](https://github.com/mario-gutierrez/mx-creative-console-webhid)
55+
56+
- Low-level input events handling:
57+
- Input event capture docs (Win [here](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowshookexa?redirectedfrom=MSDN) and [there](https://learn.microsoft.com/en-us/windows/win32/inputdev/raw-input?redirectedfrom=MSDN), [OSX](https://developer.apple.com/documentation/coregraphics/quartz-event-services), [Linux](https://www.freedesktop.org/wiki/Software/libevdev/))
58+
- Input event injections docs (Win [here](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-keybd_event?redirectedfrom=MSDN) and [there](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput?redirectedfrom=MSDN), OSX [here](https://developer.apple.com/documentation/coregraphics/cgevent/init(keyboardeventsource:virtualkey:keydown:)) and [there](https://developer.apple.com/documentation/coregraphics/cgevent/post(tap:)), [Linux](https://pypi.org/project/python-uinput/))
59+
- Input event capture example ([Win / C\#](./res/InputLogger.zip))
60+
5861

5962
## Support & Community
6063

0 commit comments

Comments
 (0)