aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2014-12-29 08:12:59 +0000
committermrmr19932014-12-29 09:11:41 +0000
commit71af7f016f51e3c8b9c1fcfba46cb8289c91e030 (patch)
treeb9f6d8eedd9564fc6b6f09c3ca0acc4a600c8c09 /background_scripts/commands.coffee
parentd20caa49075c0605ec2196416a5633d5e205b615 (diff)
downloadvimium-71af7f016f51e3c8b9c1fcfba46cb8289c91e030.tar.bz2
IFrame framework; develop demo.
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 585ef572..63b870cc 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -91,6 +91,7 @@ Commands =
commandGroups:
pageNavigation:
["scrollDown",
+ "activateTestUIComponent",
"scrollUp",
"scrollLeft",
"scrollRight",
@@ -252,6 +253,7 @@ defaultKeyMappings =
"m": "Marks.activateCreateMode"
"`": "Marks.activateGotoMode"
+ "D": "activateTestUIComponent"
# This is a mapping of: commandIdentifier => [description, options].
@@ -263,6 +265,7 @@ commandDescriptions =
scrollUp: ["Scroll up"]
scrollLeft: ["Scroll left"]
scrollRight: ["Scroll right"]
+ activateTestUIComponent: ["UI component test"]
scrollToTop: ["Scroll to the top of the page", { noRepeat: true }]
scrollToBottom: ["Scroll to the bottom of the page", { noRepeat: true }]