summaryrefslogtreecommitdiff
path: root/tests/autopilot
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2012-04-25 00:27:16 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2012-04-25 00:27:16 +0200
commit2e1eb5def3b6a1868a6a5ddd0788d769926f02f7 (patch)
tree65ef805c57f8a2e722f7d1a9ecafb6504184a973 /tests/autopilot
parent3dae95f75b347eb0218a99915135198a6481e9cc (diff)
autopilot, keybindings: include spread keybindings
(bzr r2324.2.8)
Diffstat (limited to 'tests/autopilot')
-rw-r--r--tests/autopilot/autopilot/keybindings.py3
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",
}