From a145497c654ffbf35cbf549c20fb6da47a8a9290 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 29 Dec 2017 16:05:16 +0100 Subject: [PATCH] Make :unbind work correctly --- qutebrowser/config/configcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configcommands.py b/qutebrowser/config/configcommands.py index 6d6d53c0c..d171d164f 100644 --- a/qutebrowser/config/configcommands.py +++ b/qutebrowser/config/configcommands.py @@ -109,7 +109,7 @@ class ConfigCommands: available modes. default: If given, restore a default binding. """ - seq = keyutils.KeySequence(key) + seq = keyutils.KeySequence.parse(key) if command is None: if default: # :bind --default: Restore default