example_mirror.toml 578 B

12345678910111213141516171819202122232425262728
  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. # Do we want this key-bind active on start-up
  5. # This is a simple example, it won't use this
  6. #startup = true
  7. # Key to toggle
  8. key = 'z'
  9. # Kind of event
  10. kind = 'mirror'
  11. # Mirror what key
  12. mirror = 'w'
  13. # When mirror is down, so will this
  14. # When mirror is up, so will this
  15. write = 'alt'
  16. # Or a mouse button could be configured
  17. # But this example doesn't
  18. #button = 'right'
  19. # You could override delay and hold
  20. # Tyrell will turn them off for Mirror kinds automatically