123456789101112131415161718192021222324252627282930 |
- # Mirrors are currently disabled, due to unwanted latency
- # key to toggle
- keybind = "z"
- # kind of event
- kind = "mirror"
- # Mirror what key
- mirror = "w"
- # When mirror is down, so will this
- # When mirror is up, so will this
- #
- # In this case, shift will be held down when w is (only when toggled on)
- write = "shift"
- # Or button could be configured
- #
- # For example: right click when w (down when w is, up when w is)
- #button = "right"
- # << REQUIRED >>
- # This is needed for "mirror" kinds
- # We don't want delays, so make sure you turn everything off!
- #
- delay = 0
- hold = 0
|