From 8ffe889ccca0cbe96ecccceb1fbd995f5f6cc47c Mon Sep 17 00:00:00 2001 From: denolk Date: Sat, 9 Sep 2023 01:53:31 +0300 Subject: [PATCH] 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