You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workspace/workspace.md
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,59 @@ The workspace is organized into several specialized panels that work together to
30
30
-**Analysis Issues**: Quick overview of errors, warnings, and info messages in your code
31
31
32
32
33
-
This integrated workspace approach eliminates the need to switch between different tools and provides a cohesive environment for building, testing, and deploying Flutter applications.
33
+
This integrated workspace approach eliminates the need to switch between different tools and provides a cohesive environment for building, testing, and deploying Flutter applications.
34
+
35
+
## Keyboard Shortcuts
36
+
37
+
Keyboard shortcuts help you work faster by reducing reliance on the mouse. You can quickly toggle panels, navigate the canvas, edit widgets, and perform common actions with simple key combinations.
38
+
39
+
To see a list of all keyboard shortcuts, click on your project name and select the **Keyboard Shortcuts** option.
0 commit comments