diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-06-03 22:57:05 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-06-03 22:57:05 +0200 |
| commit | 012c8afd2383241f0102111f97302857adfcb599 (patch) | |
| tree | cdf896cb020f33dc004d344a58809f7269e2dd75 /README.md | |
initial sketch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4368e7 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |