example_profile.toml 691 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Placeholders
  2. # Use '{name}' to emit profile name (the file name)
  3. placeholder_name = false
  4. # Default Features
  5. # Tick speed
  6. # Value in milliseconds
  7. # Defaults to Minecraft's Tick speed (20 ticks per second, 50 ms)
  8. #
  9. # This can't be overridden
  10. tick = 50
  11. # Delay in-between keys
  12. # Value in milliseconds
  13. #
  14. # Can be overridden per keybind
  15. delay = 50
  16. # Hold delay of each key
  17. # Value in milliseconds
  18. #
  19. # Can be overridden per keybind
  20. hold = 20
  21. # What is the key to activate/deactivate macro
  22. # This value should be adjusted as needed
  23. #
  24. activator = "`"
  25. # What is the key to redisplay "help"
  26. # Should be adjusted as needed (Might not work because of shift and ctrl modifiers)
  27. #
  28. helper = "?"