diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-04-25 00:27:16 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-04-25 00:27:16 +0200 |
| commit | 2e1eb5def3b6a1868a6a5ddd0788d769926f02f7 (patch) | |
| tree | 65ef805c57f8a2e722f7d1a9ecafb6504184a973 /tests/autopilot | |
| parent | 3dae95f75b347eb0218a99915135198a6481e9cc (diff) | |
autopilot, keybindings: include spread keybindings
(bzr r2324.2.8)
Diffstat (limited to 'tests/autopilot')
| -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", } |
