example_mirror.toml 469 B

123456789101112131415161718192021222324
  1. # Example Mirror Key-bind
  2. # Press alt when 'w' is down, and release when 'w' is up
  3. # Use 'z' to toggle on/off
  4. # Key to toggle
  5. key = 'z'
  6. # Kind of event
  7. kind = 'mirror'
  8. # Mirror what key
  9. mirror = 'w'
  10. # When mirror is down, so will this
  11. # When mirror is up, so will this
  12. write = 'alt'
  13. # Or a mouse button could be configured
  14. # But this example doesn't
  15. #button = 'right'
  16. # You could override delay and hold
  17. # Tyrell will turn them off for Mirror kinds automatically