diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2022-09-23 10:50:43 -0400 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-10-01 13:39:10 +0330 |
commit | 12b9c0ce7f89311e2fafee2b76bbd5f1cabc35f9 (patch) | |
tree | c9c5716c8fc7eac26f1c8f22f6791f8aafe06cee | |
parent | a6b8ac10f75ad2d97198bf41adabd2ad4aece85a (diff) | |
download | serenity-12b9c0ce7f89311e2fafee2b76bbd5f1cabc35f9.zip |
Welcome: Add new tips
-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 b2e8c9e42f..c622d4ede9 100644 --- a/Base/home/anon/Documents/tips.txt +++ b/Base/home/anon/Documents/tips.txt @@ -23,3 +23,6 @@ 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. +Applications can be viewed with Inspector by including 'MAKE_INSPECTABLE=1' in their environment. +Pressing Ctrl+Shift+A on a focused widget or application activates the command palette, a searchable list of available actions. +Workspaces can be switched by pressing Ctrl+Alt+Arrows. Shift brings the active window along. |