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
Changes from 1 commit
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,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.
ozgend marked this conversation as resolved.
Show resolved Hide resolved

| Keyboard Code | MCDU Key |
| -------------------- | --------- |
| `F1`-`F6` | LSK1-LSK6 |
ozgend marked this conversation as resolved.
Show resolved Hide resolved
| `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.
Expand Down