Skip to content

Commit

Permalink
add pymdown keyboard key styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgend committed Sep 8, 2023
1 parent 8c00965 commit 8ffe889
Showing 1 changed file with 26 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ffe889

Please sign in to comment.