Changes to "home" between 2021-01-30 01:48:49 and 2021-01-30 03:52:18

61
62
63
64
65
66
67



68
69
61
62
63
64
65
66
67
68
69
70
71
72







+
+
+


`Zoom <value>` :| Zoom the currently focused window to 'value' (e.g., set the zoom factor to 'value')

## Todo

1. Determine if profile needs to be destroyed on shutdown to flush to disk
1. Fullscreen via signal QWebEnginePage::fullScreenRequested
1. Downloads via signal QWebEnginePage::downloadRequested
1. Create a "hacking" guide.  Most user patching / hacking would likely be isolated to webengine.{h,cpp}
 - WebView::init() for general configurations
 - WebView::command() and/or WebView::doCommand() for key bindings and actions
1. Pdf links ... and other filetypes?
1. Webkit backend (very low priority)