mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Base: Update tips.txt
This commit is contained in:
parent
8c2a88e492
commit
586a936fac
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# SerenityOS Tips
|
# SerenityOS Tips
|
||||||
# Did you know...
|
# Did you know...
|
||||||
Pressing Ctrl+Alt+Space at an insertion caret pops up the emoji picker.
|
Pressing Ctrl+Alt+Space at an insertion caret pops up the emoji picker.
|
||||||
Middle clicking a window's maximize button extends its vertical height.
|
Middle clicking a window's maximize button extends that window vertically.
|
||||||
Browser has built-in ad blocking. Filter content by adding new domains to ~/.config/BrowserContentFiltering.txt
|
Browser has built-in ad blocking. Filter content by adding new domains to ~/.config/BrowserContentFiltering.txt
|
||||||
Default file and protocol associations can be changed in ~/.config/LaunchServer.ini
|
Default file and protocol associations can be changed in ~/.config/LaunchServer.ini
|
||||||
Text Editor has multiple viewing modes; edit and preview HTML and Markdown in real time.
|
Text Editor has multiple viewing modes; edit and preview HTML and Markdown in real time.
|
||||||
|
@ -12,7 +12,7 @@ Super+Down is a quick way to minimize a window.
|
||||||
Bold text in context menus hints at the default behavior of a double-click.
|
Bold text in context menus hints at the default behavior of a double-click.
|
||||||
Tree nodes can be fully expanded by pressing Ctrl+Right. Collapse them again with Ctrl+Left.
|
Tree nodes can be fully expanded by pressing Ctrl+Right. Collapse them again with Ctrl+Left.
|
||||||
Double clicking a window's title bar maximizes it; double clicking its icon will close it.
|
Double clicking a window's title bar maximizes it; double clicking its icon will close it.
|
||||||
Text files can be dragged directly from Terminal and dropped on Text Editor's title bar.
|
Text files can be dragged directly from Terminal and dropped on Text Editor to open them.
|
||||||
Resizable windows can be snapped to all sides of the screen. Drag a window to an edge or press Super+Left, Right or Up while it has focus.
|
Resizable windows can be snapped to all sides of the screen. Drag a window to an edge or press Super+Left, Right or Up while it has focus.
|
||||||
The Run dialog accepts all Shell command language. Truly the gentleman's terminal.
|
The Run dialog accepts all Shell command language. Truly the gentleman's terminal.
|
||||||
Windows can be dragged from any visible point by holding Super+Left-click. Super+Right-click begins resizing them.
|
Windows can be dragged from any visible point by holding Super+Left-click. Super+Right-click begins resizing them.
|
||||||
|
@ -22,3 +22,4 @@ Supplying # profile with a PID of -1 as root enables systemwide profiling.
|
||||||
Holding Ctrl accelerates mouse wheel interaction with sliders and spin boxes.
|
Holding Ctrl accelerates mouse wheel interaction with sliders and spin boxes.
|
||||||
Selected files can be renamed by pressing F2.
|
Selected files can be renamed by pressing F2.
|
||||||
Assistant can help you quickly find files and applications by pressing Super+Space.
|
Assistant can help you quickly find files and applications by pressing Super+Space.
|
||||||
|
Holding Ctrl while activating a menu item prevents that menu from closing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue