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
@@ -32,4 +32,59 @@ The workspace is organized into panels that work together to provide a complete
32
32
-**Analysis Issues**: Quick overview of errors, warnings, and info messages in your code (coming from the code analyzer)
33
33
34
34
35
-
This integrated workspace approach eliminates the need to switch between different tools and provides a cohesive environment for building, testing, and deploying Flutter applications.
35
+
This integrated workspace approach eliminates the need to switch between different tools and provides a cohesive environment for building, testing, and deploying Flutter applications.
36
+
37
+
## Keyboard Shortcuts
38
+
39
+
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.
40
+
41
+
To see a list of all keyboard shortcuts, click on your project name and select the **Keyboard Shortcuts** option.
0 commit comments