ctrlKey = if $.isMac() then 'cmd' else 'ctrl' navKey = if $.isWindows() then 'alt' else ctrlKey app.templates.helpPage = """
The search is case-insensitive and supports fuzzy matching (for queries longer than two characters).
For example, searching bgcp
brings up background-clip
.
Abbreviations are also supported (full list below).
For example, $
is an alias for jQuery
.
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 + ↑
shift + ↓
shift + ↑
space
shift + space
#{ctrlKey} + ↑
#{ctrlKey} + ↓
alt + f
alt + r
alt + g
alt + s
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.
Feel free to suggest new abbreviations on GitHub.
Word | Alias #{(" |
---|---|
#{key} | #{value}" for key, value of app.models.Entry.ALIASES).join('')} |