Skip to content

Commit

Permalink
Update menu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Mar 12, 2023
1 parent 30b9ab6 commit 23b6022
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion user/components/system/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The menu bar at the top of the screen lets you perform, among others, the follow
* Launch applications
* Shut down your computer
* Search in application menus
* Search for documents and folders on your computer
* Open folders at certain paths
* Perform calculations
* See date and time

## Getting computer information
Expand All @@ -33,7 +36,19 @@ To shut down your computer, select "Log Out" from the "System" menu, then click

## Searching in application menus

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.
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.

## Searching for documents and folders on your computer

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.

## Opening folders at certain paths

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.

## Performing calculations

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.

## Date and time

Expand Down

0 comments on commit 23b6022

Please sign in to comment.