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: user/components/system/menu.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ The menu bar at the top of the screen lets you perform, among others, the follow
9
9
* Launch applications
10
10
* Shut down your computer
11
11
* Search in application menus
12
+
* Search for documents and folders on your computer
13
+
* Open folders at certain paths
14
+
* Perform calculations
12
15
* See date and time
13
16
14
17
## Getting computer information
@@ -33,7 +36,19 @@ To shut down your computer, select "Log Out" from the "System" menu, then click
33
36
34
37
## Searching in application menus
35
38
36
-
Click on "Search" in the menu bar, or press {kbd}`Alt+Space`. Then enter a few characters of the menu entry you would like to execute, select one of the matches from the list, and press the Enter key. If only one choice remains left as you are typing, the remaining entry automatically gets selected.
39
+
Click on "Search" in the menu bar, or press {kbd}`Command+Space`. Then enter a few characters of the menu entry you would like to execute, select one of the matches from the list, and press the Enter key.
40
+
41
+
## Searching for documents and folders on your computer
42
+
43
+
Click on "Search" in the menu bar, or press {kbd}`Command+Space`. Then enter a few characters of the document or folder name, select one of the matches from the list, and press the Enter key.
44
+
45
+
## Opening folders at certain paths
46
+
47
+
Click on "Search" in the menu bar, or press {kbd}`Command+Space`. Then enter `/` or `~` followed by a folder name, select one of the matches from the list, and press the Enter key.
48
+
49
+
## Performing calculations
50
+
51
+
Starting with helloSystem 0.8.2, you can perform calculations using the Menu. Click on "Search" in the menu bar, or press {kbd}`Command+Space`. Then enter a mathematical statement like `2+2` or `sqrt(2)`. The result of the calculation will be shown in the menu.
0 commit comments