example_mirror.toml 573 B

123456789101112131415161718192021222324252627282930
  1. # Mirrors are currently disabled, due to unwanted latency
  2. # key to toggle
  3. keybind = "z"
  4. # kind of event
  5. kind = "mirror"
  6. # Mirror what key
  7. mirror = "w"
  8. # When mirror is down, so will this
  9. # When mirror is up, so will this
  10. #
  11. # In this case, shift will be held down when w is (only when toggled on)
  12. write = "shift"
  13. # Or button could be configured
  14. #
  15. # For example: right click when w (down when w is, up when w is)
  16. #button = "right"
  17. # << REQUIRED >>
  18. # This is needed for "mirror" kinds
  19. # We don't want delays, so make sure you turn everything off!
  20. #
  21. delay = 0
  22. hold = 0