12345678910111213141516171819202122232425262728 |
- # Example Mirror Key-bind
- # Press alt when 'w' is down, and release when 'w' is up
- # Use 'z' to toggle on/off
- # Do we want this key-bind active on start-up
- # This is a simple example, it won't use this
- #startup = true
- # Key to toggle
- key = 'z'
- # Kind of event
- kind = 'mirror'
- # Mirror what key
- mirror = 'w'
- # When mirror is down, so will this
- # When mirror is up, so will this
- write = 'alt'
- # Or a mouse button could be configured
- # But this example doesn't
- #button = 'right'
- # You could override delay and hold
- # Tyrell will turn them off for Mirror kinds automatically
|