qutebrowser/qutebrowser/keyinput
Florian Bruhin fdda1dd3a0 Forward unbound non-alphanumeric keys by default.
We do this so we benefit from some default WebKit keybindings users would
expect. For example, we'd need to bind Ctrl+X/C/V by default without this.

We also remove the custom-bound scrolling keybindings as they're redundant now.

The forward-unbound-keys setting now isn't a bool anymore, instead it can be
set to all/auto/none.
2014-06-19 11:51:25 +02:00
..
__init__.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
basekeyparser.py Forward unbound non-alphanumeric keys by default. 2014-06-19 11:51:25 +02:00
keyparser.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
modeman.py Forward unbound non-alphanumeric keys by default. 2014-06-19 11:51:25 +02:00
modeparsers.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00