This commit is contained in:
Florian Bruhin 2017-12-29 01:43:47 +01:00
parent 5cee39d315
commit 705767bcfb

View File

@ -2084,6 +2084,7 @@ class CommandDispatcher:
keystring: The keystring to send.
global_: If given, the keys are sent to the qutebrowser UI.
"""
# FIXME: rewrite
try:
keyinfos = utils.parse_keystring(keystring)
except utils.KeyParseError as e: