From 098abfd249783d7c77c065949c5fd6c6174966d7 Mon Sep 17 00:00:00 2001 From: portix Date: Sun, 11 Nov 2012 21:50:04 +0100 Subject: New option 'hints-key-lock' --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index d0d208cc..bddf686a 100644 --- a/src/config.h +++ b/src/config.h @@ -1171,4 +1171,6 @@ static WebSettings DWB_SETTINGS[] = { SETTING_GLOBAL, CHAR, { .p = NULL }, NULL, { 0 }, }, { { "show-single-tab", "Whether to show tabbar if only on tab is opened", }, SETTING_GLOBAL | SETTING_ONINIT, BOOLEAN, { .b = true }, (S_Func)dwb_set_show_single_tab, { 0 }, }, + { { "hints-key-lock", "Timeout keypresses are ignored after following a hint", }, + SETTING_GLOBAL, INTEGER, { .i = 250 }, NULL, { 0 }, }, };/*}}}*/ -- cgit v1.2.3