diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/autopilot/keybindings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/autopilot/autopilot/keybindings.py b/tests/autopilot/autopilot/keybindings.py index 92973855a..1b43cedb9 100644 --- a/tests/autopilot/autopilot/keybindings.py +++ b/tests/autopilot/autopilot/keybindings.py @@ -112,6 +112,9 @@ _keys = { # expo plugin: "expo/start": ("expo", "expo_key"), "expo/cancel": "Escape", + # spread (scale) plugin: + "spread/start": ("scale", "initiate_all_key"), + "spread/cancel": "Escape", } |
