Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add keyboard shortcut support for the mcdu remote display in browser mode #887

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,37 @@ If you are using MCDU hardware with a 4:3 display, you can use the 4:3 aspect ra

To use this mode, add `?43` to the URL.

### Keyboard Mapping

The list shows the supported keyboard inputs and shortcuts for the MCDU Remote Display in a desktop browser.

| Keyboard Code | MCDU Key |
| -------------------------------------- | --------- |
| ++f1++ - ++f6++ | LSK1-LSK6 |
| ++f7++ - ++f12++ | RSK1-RSK6 |
| ++a++ - ++z++ | A-Z |
| ++0++ - ++9++, ++num0++ - ++num9++ | 0-9 |
| ++tab++ | DIR |
| ++insert++ | PROG |
| ++home++ | PERF |
| ++page-up++ | INIT |
| ++enter++, ++num-enter++ | DATA |
| ++delete++ | FPLN |
| ++end++ | RAD |
| ++page-down++ | FUEL |
| ++escape++ | MENU |
| ++left-shift++ | AIRPORT |
| ++arrow-left++ | PREVPAGE |
| ++arrow-right++ | NEXTPAGE |
| ++arrow-up++ | UP |
| ++arrow-down++ | DOWN |
| ++backspace++ | CLR |
| ++space++ | SP |
| ++period++, ++num-separator++ | DOT |
| ++slash++, ++num-slash++ | DIV |
| ++minus++, ++num-minus++, ++num-plus++ | PLUSMINUS |
| ++num-asterisk++ | OVFY |

## Compatible Browsers

With hundreds of different browsers available today, it is not possible to test and support all browsers and their different versions.
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ markdown_extensions:
pymdownx.tasklist:
custom_checkbox: true
pymdownx.emoji: # Allows emoji style inline embeds for icons
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
md_in_html: {} # Allows markdown to be used in HTML
abbr: {} # Adds abbreviations
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-material==9.2.1
mkdocs-material==9.4.6
mkdocs-awesome-pages-plugin
mkdocs-git-revision-date-localized-plugin
mkdocs-redirects
Expand Down