Skip to content

Commit

Permalink
updating some more shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Nov 22, 2022
1 parent 6c416ef commit 6fd8580
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
= Inspections
:description: Inspections allow highlighting of issues in the editor. They also allow for quick fixes that the user can select using Ctrl+Enter.
:description: Inspections allow highlighting of issues in the editor. They also allow for quick fixes that the user can select using a shortcut.

Inspections allow highlighting of issues in the editor.
They also allow for quick fixes that the user can select using kbd:[Ctrl+Enter].

They also allow for quick fixes that the user can select using [.windows.linux]#kbd:[Ctrl+Enter]# [.macos]#kbd:[⌘+Enter]#.

== How Inspections work

One example is the inspection that turns Markdown-styled headings into AsciiDoc styled headings.

An inspection contains the following elements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To learn more about how to bundle multiple Git repositories as one IntelliJ proj

=== Antora editor support

In the editor, the user can autocomplete filenames and references using kbd:[Ctrl+Space] and can navigate to a folder or file using kbd:[Ctrl+B].
In the editor, the user can autocomplete filenames and references using [.windows.linux]#kbd:[Ctrl+Space]# [.macos]#kbd:[^+Space]# and can navigate to a folder or file using [.windows.linux]#kbd:[Ctrl+B]# [.macos]#kbd:[⌘+B]#.

To allow auto-completion for components that reside in different Git repositories, consider using a xref:features/advanced/multimodule.adoc[multi-module project].

Expand Down

0 comments on commit 6fd8580

Please sign in to comment.