WebEngine: Allow :navigate up/decrement/increment

This commit is contained in:
Florian Bruhin 2016-08-08 14:09:28 +02:00
parent 0b16a36120
commit 9bcce37ff3

View File

@ -439,8 +439,7 @@ class CommandDispatcher:
"""
self._back_forward(tab, bg, window, count, forward=True)
@cmdutils.register(instance='command-dispatcher', scope='window',
backend=usertypes.Backend.QtWebKit)
@cmdutils.register(instance='command-dispatcher', scope='window')
@cmdutils.argument('where', choices=['prev', 'next', 'up', 'increment',
'decrement'])
def navigate(self, where: str, tab=False, bg=False, window=False):