diff --git a/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md b/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md index 0da352a71..5a99d524c 100644 --- a/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md +++ b/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index d54c4b907..94f4622a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 71cbff50c..a9f35434d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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