# This is just a minimal example for the mki binary.
# Usage would be: cargo run --bin mki examples/config.yaml
---
bind:
- description: Whenever F9 is clicked Press(hold) H
key:
- F9
action:
press:
key:
- H
- description: Whenever Mouse::Extra is clicked Print all pressed keys to console
button:
- Extra
action:
print-pressed-state