# TIL: ctrl + space: Eclipse Content Assist on macOS

When I tried to use `ctrl + space`, it brings out the Input Sources while `cmd + space` brings out Spotlight. How to use this shortcut for content assist?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1674977234574/ea2e362a-83a7-4ffe-9c09-601056a49e8b.png align="center")

Go to System Preferences -&gt; Keyboard -&gt; Shortcuts -&gt; Input Sources

* Deselect the check box labeled: \`Select the previous input source.\` It is also using the ctrl+space key combination.
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1674978501685/82021e13-d38c-4257-b5a5-89a67699dc91.png align="center")
    

Go back to Eclipse, and try content assist again.

## main

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1674978791155/a59adaa6-0c0d-4c46-955b-e193c030c5ea.png align="center")

## syso

```java
System.out.println();
```

## for

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1674979229181/c9bb13c6-78e3-4848-805d-86fc0022b1ee.png align="center")
