HID interface for Hammerspoon, controls and queries caps lock state
Portions sourced from (https://discussions.apple.com/thread/7094207).
Signature | hs.hid.capslock.get() -> bool |
---|---|
Type | Function |
Description | Checks the state of the caps lock via HID |
Parameters |
|
Returns |
|
Source | extensions/hid/hid.lua line 16 |
Signature | hs.hid.capslock.set(state) -> bool |
---|---|
Type | Function |
Description | Assigns capslock to the desired state |
Parameters |
|
Returns |
|
Source | extensions/hid/hid.lua line 42 |
Signature | hs.hid.capslock.toggle() -> bool |
---|---|
Type | Function |
Description | Toggles the state of caps lock via HID |
Parameters |
|
Returns |
|
Source | extensions/hid/hid.lua line 29 |