HID interface for Hammerspoon, controls and queries caps lock state
Portions sourced from (https://discussions.apple.com/thread/7094207).
- Functions - API calls offered directly by the extension
- get
- set
- toggle
| Signature |
hs.hid.capslock.get() -> bool |
| Type |
Function |
| Description |
Checks the state of the caps lock via HID |
| Parameters |
|
| Returns |
|
| Signature |
hs.hid.capslock.set(state) -> bool |
| Type |
Function |
| Description |
Assigns capslock to the desired state |
| Parameters |
- state - A boolean indicating desired state
|
| Returns |
|
| Signature |
hs.hid.capslock.toggle() -> bool |
| Type |
Function |
| Description |
Toggles the state of caps lock via HID |
| Parameters |
|
| Returns |
|