From 6212dbc488868b44e56ead49af50e08d82eb2a7d Mon Sep 17 00:00:00 2001 From: Olmo Kramer Date: Sun, 22 Apr 2018 02:21:23 +0200 Subject: [PATCH] Add more input types to the input hints group --- qutebrowser/config/configdata.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index dbbb55855..d685f8b9a 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1076,12 +1076,17 @@ hints.selectors: - '[href]' inputs: - 'input[type="text"]' + - 'input[type="date"]' + - 'input[type="datetime-local"]' - 'input[type="email"]' - - 'input[type="url"]' - - 'input[type="tel"]' + - 'input[type="month"]' - 'input[type="number"]' - 'input[type="password"]' - 'input[type="search"]' + - 'input[type="tel"]' + - 'input[type="time"]' + - 'input[type="url"]' + - 'input[type="week"]' - 'input:not([type])' - 'textarea' type: