You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/user-manual/compact-mode.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Minimalistic interface for focused browsing
4
4
---
5
5
import KeyboardShortcut from '@/components/KeyboardShortcut';
6
6
7
-
Compact Mode is one of Zen's main feature that let you hide all browser toolbars and give wider view for the website you're currently visit.
7
+
Compact Mode is one of Zen's main features. It lets you hide all browser toolbars and gives a wider view of the website you're currently visiting.
8
8
9
-
You can activate this feature by rightclick on empty area on the `toolbar > "Compact Mode" > "Enable compact mode"`, or use <KeyboardShortcut shortcut="Alt + Ctrl + C" /> keyboard shortcut.
9
+
You can activate this feature by right-click on an empty area on the `toolbar > "Compact Mode" > "Enable compact mode"`, or use <KeyboardShortcut shortcut="Alt + Ctrl + C" /> keyboard shortcut.
10
10
11
11
{
12
12
<div align="center">
@@ -17,21 +17,21 @@ You can activate this feature by right click on empty area on the `toolbar > "Co
17
17
</div>
18
18
}
19
19
20
-
In Single Toolbar mode, activating Compact Mode will hide the tab sidebar. You can access tab sidebar by hovering the side edge of the browser (based on whether `"Tabs on the right"` is activated or not).
20
+
In Single Toolbar mode, activating Compact Mode will hide the tab sidebar. You can access the tab sidebar by hovering the side edge of the browser (based on whether `"Tabs on the right"` is activated or not).
21
21
22
22
In Multiple Toolbar or Collapsed Toolbar mode, you can choose which bar to hide. These options are accessible below "Compact Mode" > "Enable compact mode" when right clicking the toolbar:
23
23
24
-
- **Hide sidebar**: Hide the tab sidebar, accessible when hovering side edge of the browser.
25
-
- **Hide toolbar**: Hide the top toolbar, accessible when hovering top edge of the browser.
26
-
- **Hide both**: Hide both top toolbar and tab sidebar.
24
+
- **Hide sidebar**: Hides the tab sidebar, accessible when hovering side edge of the browser.
25
+
- **Hide toolbar**: Hides the top toolbar, accessible when hovering top edge of the browser.
26
+
- **Hide both**: Hides both top toolbar and tab sidebar.
You can also use these extra shortcuts to show the hidden bars, suitable for heavy keyboard users. Unlike usual hovering gesture, showing sidebar/toolbar using these shortcuts is done persistently, until you pressed the shortcut again to hide it.
31
31
32
-
- **Toggle Floating Sidebar**: <KeyboardShortcut shortcut="Alt + Ctrl + S" /> - Show the tab sidebar for all toolbar modes
33
-
- **Toggle Floating Toolbar**: <KeyboardShortcut shortcut="Alt + Ctrl + W" /> - Show the top toolbar for Multiple & Collapsed Toolbar mode
32
+
- **Toggle Floating Sidebar**: <KeyboardShortcut shortcut="Alt + Ctrl + S" /> - Shows the tab sidebar for all toolbar modes
33
+
- **Toggle Floating Toolbar**: <KeyboardShortcut shortcut="Alt + Ctrl + W" /> - Shows the top toolbar for Multiple & Collapsed Toolbar mode
34
34
35
35
<Callout>
36
36
_All shortcuts can be modified via `Settings > Keyboard Shortcuts`._
0 commit comments