From 6ccaa4991d5d6300687280f0f339e84a44094d44 Mon Sep 17 00:00:00 2001 From: denolk Date: Fri, 8 Sep 2023 22:32:31 +0300 Subject: [PATCH 1/4] add mcdu keyboard shortcuts doc --- .../remote-displays/remote-mcdu.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) 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..8de838a7c 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,42 @@ 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 supoorted list of keyboard inputs and shortcuts are available 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`, Digit, Numpad | 0-9 | +| `Tab` | DIR | +| `Insert` | PROG | +| `Home` | PERF | +| `PageUp` | INIT | +| `Enter` | DATA | +| `NumpadEnter` | DATA | +| `Delete` | FPLN | +| `End` | RAD | +| `PageDown` | FUEL | +| `Escape` | MENU | +| `ShiftLeft` | AIRPORT | +| `ArrowLeft` | PREVPAGE | +| `ArrowRight` | NEXTPAGE | +| `ArrowUp` | UP | +| `ArrowDown` | DOWN | +| `Backspace` | CLR | +| `Space` | SP | +| `Period` | DOT | +| `Slash` | DIV | +| `Minus` | PLUSMINUS | +| `NumpadSubtract` | PLUSMINUS | +| `NumpadAdd` | PLUSMINUS | +| `NumpadDecimal` | DOT | +| `NumpadDivide` | DIV | +| `NumpadMultiply` | OVFY | + ## Compatible Browsers With hundreds of different browsers available today, it is not possible to test and support all browsers and their different versions. From 8c009650cb0e33c56dadcf7dd0dd88e792f3dc80 Mon Sep 17 00:00:00 2001 From: denolk Date: Sat, 9 Sep 2023 01:33:51 +0300 Subject: [PATCH 2/4] Update docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md Co-authored-by: Sleinmaster <79196358+Sleinmaster@users.noreply.github.com> --- .../simbridge-feature-guides/remote-displays/remote-mcdu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8de838a7c..e0e2c2737 100644 --- a/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md +++ b/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md @@ -92,7 +92,7 @@ To use this mode, add `?43` to the URL. ### Keyboard Mapping -The supoorted list of keyboard inputs and shortcuts are available for the MCDU Remote Display in a desktop browser. +The list shows the supported keyboard inputs and shortcuts for the MCDU Remote Display in a desktop browser. | Keyboard Code | MCDU Key | | -------------------- | --------- | From 8ffe889ccca0cbe96ecccceb1fbd995f5f6cc47c Mon Sep 17 00:00:00 2001 From: denolk Date: Sat, 9 Sep 2023 01:53:31 +0300 Subject: [PATCH 3/4] add pymdown keyboard key styling --- .../remote-displays/remote-mcdu.md | 57 +++++++++---------- 1 file changed, 26 insertions(+), 31 deletions(-) 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 e0e2c2737..5a99d524c 100644 --- a/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md +++ b/docs/simbridge/simbridge-feature-guides/remote-displays/remote-mcdu.md @@ -94,37 +94,32 @@ To use this mode, add `?43` to the URL. 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`, Digit, Numpad | 0-9 | -| `Tab` | DIR | -| `Insert` | PROG | -| `Home` | PERF | -| `PageUp` | INIT | -| `Enter` | DATA | -| `NumpadEnter` | DATA | -| `Delete` | FPLN | -| `End` | RAD | -| `PageDown` | FUEL | -| `Escape` | MENU | -| `ShiftLeft` | AIRPORT | -| `ArrowLeft` | PREVPAGE | -| `ArrowRight` | NEXTPAGE | -| `ArrowUp` | UP | -| `ArrowDown` | DOWN | -| `Backspace` | CLR | -| `Space` | SP | -| `Period` | DOT | -| `Slash` | DIV | -| `Minus` | PLUSMINUS | -| `NumpadSubtract` | PLUSMINUS | -| `NumpadAdd` | PLUSMINUS | -| `NumpadDecimal` | DOT | -| `NumpadDivide` | DIV | -| `NumpadMultiply` | OVFY | +| 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 From 275499aaf3de72dd407087b8d72b0d50db10536f Mon Sep 17 00:00:00 2001 From: Val Date: Sat, 21 Oct 2023 15:17:33 +0800 Subject: [PATCH 4/4] build: bump mkdocs-material -> 9.4.6 * build: bump mkdocs-material -> 9.4.6 * fix: emoji_index configuration --- mkdocs.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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