From b9163c5079df141daff2f8e1dd0fe464bc5d566a Mon Sep 17 00:00:00 2001 From: xd1le Date: Fri, 20 Nov 2015 00:55:33 +1100 Subject: [PATCH] doc: Document in keys.conf. Closes #1117. --- qutebrowser/config/configdata.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 7ec36845b..22df5fe49 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1221,6 +1221,14 @@ KEY_FIRST_COMMENT = """ # with Shift. For special keys (with `<>`-signs), you need to explicitly add # `Shift-` to match a key pressed with shift. You can bind multiple commands # by separating them with `;;`. +# +# Note that default keybindings are always bound, and need to be explicitly +# unbound if you wish to remove them: +# +# +# keychain +# keychain2 +# ... """ KEY_SECTION_DESC = {