1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

Base: Update tips.txt

This commit is contained in:
thankyouverycool 2021-10-18 07:47:45 -04:00 committed by Andreas Kling
parent 8c2a88e492
commit 586a936fac

View file

@ -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.