aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2010-01-18 00:24:18 -0800
committerPhil Crosby2010-01-18 00:24:18 -0800
commit3f1cdef638d5a0fdf832788fc90776d571d47fb8 (patch)
treec52fad803afd0dc72cab2937e14c216d019fdc3e /background_page.html
parentf0358dad04862e00452bfcb987d222a934e32c69 (diff)
downloadvimium-3f1cdef638d5a0fdf832788fc90776d571d47fb8.tar.bz2
Make the characters used in link hints a user-configurable option. Fixes #66.
I'll clean up the way we store and handle default options shortly.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index 1c326cba..5399c51f 100644
--- a/background_page.html
+++ b/background_page.html
@@ -6,7 +6,11 @@
var validFirstKeys = {};
var singleKeyCommands = [];
- var defaultSettings = { scrollStepSize: 60 };
+ var defaultSettings = {
+ scrollStepSize: 60,
+ defaultZoomLevel: 100,
+ linkHintCharacters: "sadfjklewcmp"
+ };
// Port handler mapping
var portHandlers = {