qutebrowser/qutebrowser/config
Artur Shaik d594798db8 Implement caret selection and positioning
Added option to webview for selection enabled caret mode.
In status bar checking value of this option to identificate about it.

Added bindings: <Space> for toggle selection mode, <Ctrl+Space> drop
selection and keep selection mode enabled.

In webview added javascript snippet to position caret at top of the
viewport after caret enabling. This code mostly was taken from cVim sources.
2015-05-05 10:18:24 +06:00
..
parsers Handle --relaxed-config for keys.conf as well. 2015-04-21 22:48:45 +02:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
config.py Handle --relaxed-config for keys.conf as well. 2015-04-21 22:48:45 +02:00
configdata.py Implement caret selection and positioning 2015-05-05 10:18:24 +06:00
configexc.py Various spelling fixes. 2015-03-31 21:11:47 +02:00
configtypes.py Changing position without restart now possible. 2015-04-09 11:47:35 +02:00
sections.py Don't make default config a mutable global. 2015-04-04 22:01:02 +02:00
style.py Clean up loggers. 2015-04-13 08:49:04 +02:00
textwrapper.py Update copyright years 2015-01-03 15:51:31 +01:00
value.py Various spelling fixes. 2015-03-31 21:11:47 +02:00
websettings.py Clean up loggers. 2015-04-13 08:49:04 +02:00