summaryrefslogtreecommitdiff
path: root/m4/settings.m4
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-04-25 00:26:23 +0200
committerportix <portix@gmx.net>2013-04-25 00:26:23 +0200
commitf5da3ab84a0be3a0bb43a22e2a550e767ccfaec5 (patch)
treef587c5736ac201a18d4995f1325a7ecdfe81d0c5 /m4/settings.m4
parentb4d827b94540e21fae6cd4eedbe7e2a4d4c349c1 (diff)
downloaddwb-f5da3ab84a0be3a0bb43a22e2a550e767ccfaec5.zip
New options 'hint-offset-{left,top}', closing #281
Diffstat (limited to 'm4/settings.m4')
-rw-r--r--m4/settings.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4
index 6abd04cb..5d697baa 100644
--- a/m4/settings.m4
+++ b/m4/settings.m4
@@ -115,6 +115,8 @@ html_input(hint-font, text, Font used for hints)
html_input(hint-highlight-links, checkbox, Whether to highlight links)
html_input(hint-letter-seq, text, Letter sequence for letter hints)
html_input(hint-normal-color, text, Color of inactive links in hintmode)
+html_input(hint-offset-left, text, ``Left offset of hints, negative values shift hints to the left, positive to the right'')
+html_input(hint-offset-top, text, ``Top offset of hints, negative values shift hints to the top, positive to the bottom'')
html_input(hint-opacity, text, Opacity used for hints)
html_select(hint-style, html_options(letter, number), Whether to use 'number' or 'letter' hints)
html_input(hints-key-lock, text, Timeout in milliseconds all keypresses are ignored after following a hint)