123456789101112131415161718192021222324252627282930313233343536 |
- # Placeholders
- # Use '{name}' to emit profile name (the file name)
- placeholder_name = false
- # Default Features
- # Tick speed
- # Value in milliseconds
- # Defaults to Minecraft's Tick speed (20 ticks per second, 50 ms)
- #
- # This can't be overridden
- tick = 50
- # Delay in-between keys
- # Value in milliseconds
- #
- # Can be overridden per keybind
- delay = 50
- # Hold delay of each key
- # Value in milliseconds
- #
- # Can be overridden per keybind
- hold = 20
- # What is the key to activate/deactivate macro
- # This value should be adjusted as needed
- #
- activator = "`"
- # What is the key to redisplay "help"
- # Should be adjusted as needed (Might not work because of shift and ctrl modifiers)
- #
- helper = "?"
|