Skip to content

Commit c10263d

Browse files
committed
fix keybinds on MacOS
1 parent 1ec098d commit c10263d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/learn/01_tutorial/01_your-first-java-app/03_writing-java-applications-with-eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This opens a dialog similar to the project creation dialog. It allows specifying
5252
<a id="content_assist">&nbsp;</a>
5353
## Content Assist
5454

55-
Eclipse can help you write Java code by automatically completing parts of it. When pressing the key combination `Ctrl`+`Space` (or `Alt`+`/` on chinese systems or ``+`/` on chinese MacOS systems) while editing Java code, Eclipse automatically suggests ways to complete the code. These suggestions can be confirmed by pressing `Enter` or double-clicking on the suggestions.
55+
Eclipse can help you write Java code by automatically completing parts of it. When pressing the key combination `Ctrl`+`Space` (or ``+`Space` on MacOS or `Alt`+`/` on chinese systems) while editing Java code, Eclipse automatically suggests ways to complete the code. These suggestions can be confirmed by pressing `Enter` or double-clicking on the suggestions.
5656

5757
For example, typing `main` in a class followed by pressing `Ctrl`+`Space` suggests adding a main method.
5858
[![Content assist suggesting a main method](/assets/images/eclipse/content_assist_main.png)](/assets/images/eclipse/content_assist_main.png)

0 commit comments

Comments
 (0)