From 355074f2486d42f721fdce2da7ed30af7086f44a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 20 Aug 2015 11:10:52 +0200 Subject: [PATCH] Add a . for spatial-navigation docs. --- doc/help/settings.asciidoc | 4 ++-- qutebrowser/config/configdata.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index ec84b7d3f..7c1d6cb19 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -87,7 +87,7 @@ |<>|Whether to leave insert mode if a non-editable element is clicked. |<>|Whether to automatically enter insert mode if an editable element is focused after page load. |<>|Whether to forward unbound keys to the webview in normal mode. -|<>|Enables or disables the Spatial Navigation feature +|<>|Enables or disables the Spatial Navigation feature. |<>|Whether hyperlinks should be included in the keyboard focus chain. |<>|Whether to enable Opera-like mouse rocker gestures. This disables the context menu. |<>|How much to divide the mouse wheel movements to translate them into zoom increments. @@ -857,7 +857,7 @@ Default: +pass:[auto]+ [[input-spatial-navigation]] === spatial-navigation -Enables or disables the Spatial Navigation feature +Enables or disables the Spatial Navigation feature. Spatial navigation consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants. diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index c50f92cc2..659f84dbb 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -431,7 +431,7 @@ def data(readonly=False): ('spatial-navigation', SettingValue(typ.Bool(), 'false'), - "Enables or disables the Spatial Navigation feature\n\n" + "Enables or disables the Spatial Navigation feature.\n\n" "Spatial navigation consists in the ability to navigate between " "focusable elements in a Web page, such as hyperlinks and form " "controls, by using Left, Right, Up and Down arrow keys. For "