From 6676eefb0396caedff28b6c22a3438ae7402ead7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 May 2014 12:20:42 +0200 Subject: [PATCH] Add keybinding for inspector --- TODO | 3 --- qutebrowser/config/configdata.py | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index e6944eb02..e8236db3c 100644 --- a/TODO +++ b/TODO @@ -269,9 +269,6 @@ Toggle proxy (command proxy). V Next navigation action will be opened in a new tab (command new_tab). -[n]wi -Show the webinspector of tab n or of current tab if n is omitted. Note that enable-developer-extras has to be set. (commmand web_inspector, aliases: inspect, insp). - g. Toggle hidden files when browsing local filesystem. (command open_editor, aliases: editor). diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 866808f2d..25379aacd 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -646,6 +646,7 @@ DATA = OrderedDict([ (']]', 'next-page'), ('{{', 'prev-page-tab'), ('}}', 'next-page-tab'), + ('wi', 'inspector'), ('', 'tab-focus-last'), ('', 'enter-mode passthrough'), ('', 'quit'),