aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-26 08:02:00 +0100
committerStephen Blott2016-04-26 08:02:02 +0100
commit018cdb906f005ff7276e096d2b4081ea909dc769 (patch)
treeacd1bca496b302212004e8e5004feb8fed783ebf
parent26667165720a81aee49e959b7bc930b0cd959eb4 (diff)
downloadvimium-018cdb906f005ff7276e096d2b4081ea909dc769.tar.bz2
Help dialog; consistent ordering of commands.
It reads weird on the helpd dialog if we don't put the full-page and half-page commands in a similar order.
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 184f3bb0..0905daee 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -122,8 +122,8 @@ Commands =
"scrollToBottom",
"scrollPageDown",
"scrollPageUp",
- "scrollFullPageUp",
"scrollFullPageDown",
+ "scrollFullPageUp",
"scrollLeft",
"scrollRight",
"scrollToLeft",