blob: a4368e7d425f23988d88cdc83a676625fb8d3fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Simple Browser
This is a little browser which depends on the QtWebEngine.
In Contrast to the GtkWebkit the QtWebEngine runs under Chromium and
is lighter and faster and supports more modern websites.
Because of the fact that the Qt library is only provided for C++
this browser is written in c++.
## Keybindings
- k : scroll up
- j : scroll down
- o : open url
## TODO
- Execute Shell Commands
- add config-header-file
|