-
Notifications
You must be signed in to change notification settings - Fork 54
Keyboard send_key
HASUMI Hitoshi edited this page Sep 5, 2022
·
2 revisions
0.9.0+
Keyboard#send_key
will report a keycord according to the argument:
kbc.send_key :KC_A
You can pass multiple keycodes:
kbc.send_key :KC_LSFT, :KC_A
An array of Symbol can also be used:
kbc.send_key %i[KC_LSFT KC_A]
See Rotary-encoder to find an actual example.
- Getting started
- Keyboard features
- Keycodes (ja)
- Mouse (ja)
- Layers and mode key (ja)
- Debounce
- Composite key
- Split-type keyboard
- Keyscan matrix
- Num Lock, Caps Lock and Scroll Lock
- Useful methods that make you free
- BIOS mode
- Other features
- Examples
- Development
- Contribute to the Wiki
- FAQ