diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-03 16:48:26 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-03 16:48:26 +0200 |
commit | ae2a713f26fd58f397aaf93242f24c85dee98a2b (patch) | |
tree | db69c96f6419e011cfc1c6e6081613d7a0f0d7cc /doc/Usage.asciidoc | |
parent | Subwindow: only keep tab history for restore tab action (diff) | |
download | smolbote-ae2a713f26fd58f397aaf93242f24c85dee98a2b.tar.xz |
Convert documentation into asciidoc from markdown
Diffstat (limited to 'doc/Usage.asciidoc')
-rw-r--r-- | doc/Usage.asciidoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/Usage.asciidoc b/doc/Usage.asciidoc new file mode 100644 index 0000000..ee2cc20 --- /dev/null +++ b/doc/Usage.asciidoc @@ -0,0 +1,21 @@ +== Keyboard shortcuts +- F4 to focus the address bar and type an address; F2 show its menu +- Ctrl + Left/Right - go back/forward +- Ctrl + T - new tab +- Ctrl + X - close tab +- Ctrl + O/P - previous tab/next tab +- Ctrl + Shift + O/P - move tab left/right +- Ctrl + B - show/hide bookmarks +- Ctrl + D - show/hide downloads + +== Subwindows +A subwindow is a multiple document interface window that contains a collection +of tabs and has a default profile. It can be minimized, resized, moved, +maximized, tiled (F9) and cascaded (F10) within the main window. + +- Ctrl + G - new subwindow +- Ctrl + W - close subwindow + +include::Usage/Profile.asciidoc[] + +include::Usage/Configuration.asciidoc[] |