diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-03-01 14:58:58 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-02 11:57:27 +0100 |
commit | 71a123148a685e463bdb5fcb40c5e6571c2aaa36 (patch) | |
tree | 6a0c2dccc83ef46dc16493e3ff14c7324f3140de /Base/home | |
parent | 0443cd4eed07c139f5d079cc7a96f986a56b2425 (diff) | |
download | serenity-71a123148a685e463bdb5fcb40c5e6571c2aaa36.zip |
Serendipity: A new welcome app
Provides the basic Help+ReadMe care package to new users and some
interesting tips to get started. Feel free to add more!
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Documents/tips.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Base/home/anon/Documents/tips.txt b/Base/home/anon/Documents/tips.txt new file mode 100644 index 0000000000..7c5447bdcb --- /dev/null +++ b/Base/home/anon/Documents/tips.txt @@ -0,0 +1,10 @@ +# SerenityOS Tips +# Did you know... +Pressing Ctrl+Alt+Space at an insertion caret pops up the emoji picker. +Holding Super while scrolling the mouse wheel over a window adjusts its transparency. +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. +It can help to get a second pair of $ Eyes on a problem. Or fifty: $ Eyes -n 100 +Highlighted text in Terminal can be launched or right-clicked for more context. +Focus can be cycled between windows by pressing and holding Super+Tab. Shift reverses the order. |