diff options
author | portix <portix@gmx.net> | 2013-04-25 00:26:23 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-25 00:26:23 +0200 |
commit | f5da3ab84a0be3a0bb43a22e2a550e767ccfaec5 (patch) | |
tree | f587c5736ac201a18d4995f1325a7ecdfe81d0c5 /m4/settings.m4 | |
parent | b4d827b94540e21fae6cd4eedbe7e2a4d4c349c1 (diff) | |
download | dwb-f5da3ab84a0be3a0bb43a22e2a550e767ccfaec5.zip |
New options 'hint-offset-{left,top}', closing #281
Diffstat (limited to 'm4/settings.m4')
-rw-r--r-- | m4/settings.m4 | 2 |
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) |