diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-03-17 12:04:42 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-18 07:50:48 +0100 |
commit | 4ef0e4b62e3deea6d70db312ae370049850075a4 (patch) | |
tree | efca36ccde2ee2e81a284f3f079b2f418ef5275e /Base | |
parent | 7beae8042a829e277bdbbca6674d56705446cc8d (diff) | |
download | serenity-4ef0e4b62e3deea6d70db312ae370049850075a4.zip |
Serendipity: Add new tips and use more GML
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/Documents/tips.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/home/anon/Documents/tips.txt b/Base/home/anon/Documents/tips.txt index 72ebed52fb..d5a2835757 100644 --- a/Base/home/anon/Documents/tips.txt +++ b/Base/home/anon/Documents/tips.txt @@ -18,4 +18,7 @@ The Run dialog accepts all Shell command language. Truly the gentleman's termina Windows can be dragged from any visible point by holding Super+Left-click. Super+Right-click begins resizing them. Many Serenity applications already have convenient aliases. $ cat /etc/shellrc to view them. Custom keymaps can be created and edited with $ KeyboardMapper +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. |