# Tyrell :: v0.1-dev :: More human than human # Placeholders # Enable '{name}', emitting profile name placeholder_name = 'true' # Tick speed # Value in milliseconds # Defaults to 20 ticks per second # Can't be overridden tick = 50 # What is the key to activate/deactivate Tyrell # This hotkey must be in the format, 'ctrl+shift+a' (user holds ctrl, shift and 'a' at once) # Can't be overridden activator = '`' # What is the key to display help # This hotkey must be in the format, 'ctrl+shift+a' (user holds ctrl, shift and 'a' at once) # Defaults to '?' # Can't be overridden helper = 'shift+/' # These can be overridden per key-bind # Delay between each keys # Value in milliseconds delay = 50 # Hold delay for each key # Keys are sent like below: # 1. key down # 2. hold delay # 3. key up # 4. hold delay # 5. delay (see above) # 6. Repeat for keys # Value in milliseconds hold = 20