Remove the cmd + space autocomplete instructions from example livebook (#407)

Macs use ctrl + space and don't special case this shortcut
This commit is contained in:
mcintyre94 2021-06-26 19:50:58 +01:00 committed by GitHub
parent a49111afe0
commit c1d462620b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,7 @@ Let's move on.
## Autocompletion ## Autocompletion
Elixir code cells also support autocompletion by Elixir code cells also support autocompletion by
pressing <kbd>ctrl</kbd> + <kbd>␣</kbd> pressing <kbd>ctrl</kbd> + <kbd>␣</kbd>. Try it out by
(<kbd>⌘</kbd> + <kbd>␣</kbd> on a Mac). Try it out by
autocompleting the code below to `System.version()`. First put autocompleting the code below to `System.version()`. First put
the cursor after the `.` below and the cursor after the `.` below and
press <kbd>ctrl</kbd>&nbsp;+&nbsp;<kbd>␣</kbd>: press <kbd>ctrl</kbd>&nbsp;+&nbsp;<kbd>␣</kbd>: