53464dcbab
Previously we only checked if the *last* char of the current keychain matches the last char of a binding, which e.g. matched 'la' when we pressed 'ka'. Now we simply check if the binding *starts* with the keychain, which also is easier to do. |
||
---|---|---|
qutebrowser | ||
scripts | ||
.flake8 | ||
.gitignore | ||
.pylintrc | ||
AUTHORS | ||
COPYING | ||
ez_setup.py | ||
HACKING | ||
README | ||
setup.py | ||
testbrowser.py | ||
THANKS | ||
TODO |
qutebrowser is a browsed based on PyQt5 which aims to be keyboard-focused with an input similiar to vim. It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.