ctrlKey = if $.isMac() then 'cmd' else 'ctrl' navKey = if $.isWindows() then 'alt' else ctrlKey app.templates.helpPage = """
The search is case-insensitive, ignores spaces, and supports fuzzy matching (for queries longer than two characters).
For example, searching bgcp
brings up background-clip
.
Tab
(Space
on mobile devices).
For example, to search the JavaScript documentation, enter javascript
or js
, then Tab
.Backspace
.
#q=
will be used as search string.Tab
when devdocs.io is autocompleted
in the omnibox (to set a custom keyword, click Manage search engines\u2026 in Chrome's settings).
↓
↑
→
←
enter
#{ctrlKey} + enter
#{navKey} + ←
#{navKey} + →
alt + ↓
alt + ↑
space
shift + space
#{ctrlKey} + ↑
#{ctrlKey} + ↓
alt + f
alt + r
alt + g
escape
?
Tip: If the cursor is no longer in the search field, press backspace or continue to type and it will refocus the search field and start showing new results. """