summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2021-10-18 07:47:45 -0400
committerAndreas Kling <kling@serenityos.org>2021-10-18 15:55:11 +0200
commit586a936fac3f3e31dedf851ea84a58287139f747 (patch)
tree16b4972ddcd7d76a9fcade9904a3d6474de99e54
parent8c2a88e492ff1afb229fda20d54324ad822a120f (diff)
downloadserenity-586a936fac3f3e31dedf851ea84a58287139f747.zip
Base: Update tips.txt
-rw-r--r--Base/home/anon/Documents/tips.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Base/home/anon/Documents/tips.txt b/Base/home/anon/Documents/tips.txt
index 67a9750a3f..b2e8c9e42f 100644
--- a/Base/home/anon/Documents/tips.txt
+++ b/Base/home/anon/Documents/tips.txt
@@ -1,7 +1,7 @@
# SerenityOS Tips
# Did you know...
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
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.
@@ -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.
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.
-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.
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.
@@ -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.
Selected files can be renamed by pressing F2.
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.