From 12b9c0ce7f89311e2fafee2b76bbd5f1cabc35f9 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:50:43 -0400 Subject: [PATCH] Welcome: Add new tips --- Base/home/anon/Documents/tips.txt | 3 +++ 1 file changed, 3 insertions(+) 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.