mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
fix: correct typos and improve grammar in Compact Mode documentation (#199)
This commit is contained in:
parent
f756f830a8
commit
8da88ad3a7
1 changed files with 9 additions and 9 deletions
|
@ -4,9 +4,9 @@ description: Minimalistic interface for focused browsing
|
||||||
---
|
---
|
||||||
import KeyboardShortcut from '@/components/KeyboardShortcut';
|
import KeyboardShortcut from '@/components/KeyboardShortcut';
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
You can activate this feature by right click on empty area on the `toolbar > "Compact Mode" > "Enable compact mode"`, or use <KeyboardShortcut shortcut="Alt + Ctrl + C" /> keyboard shortcut.
|
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.
|
||||||
|
|
||||||
{
|
{
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
@ -17,20 +17,20 @@ You can activate this feature by right click on empty area on the `toolbar > "Co
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
- **Hide sidebar**: Hide the tab sidebar, accessible when hovering side edge of the browser.
|
- **Hide sidebar**: Hides the tab sidebar, accessible when hovering side edge of the browser.
|
||||||
- **Hide toolbar**: Hide the top toolbar, accessible when hovering top edge of the browser.
|
- **Hide toolbar**: Hides the top toolbar, accessible when hovering top edge of the browser.
|
||||||
- **Hide both**: Hide both top toolbar and tab sidebar.
|
- **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.
|
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.
|
||||||
|
|
||||||
- **Toggle Floating Sidebar**: <KeyboardShortcut shortcut="Alt + Ctrl + S" /> - Show the tab sidebar for all toolbar modes
|
- **Toggle Floating Sidebar**: <KeyboardShortcut shortcut="Alt + Ctrl + S" /> - Shows the tab sidebar for all toolbar modes
|
||||||
- **Toggle Floating Toolbar**: <KeyboardShortcut shortcut="Alt + Ctrl + W" /> - Show the top toolbar for Multiple & Collapsed Toolbar mode
|
- **Toggle Floating Toolbar**: <KeyboardShortcut shortcut="Alt + Ctrl + W" /> - Shows the top toolbar for Multiple & Collapsed Toolbar mode
|
||||||
|
|
||||||
<Callout>
|
<Callout>
|
||||||
_All shortcuts can be modified via `Settings > Keyboard Shortcuts`._
|
_All shortcuts can be modified via `Settings > Keyboard Shortcuts`._
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue