Jump to content

Template:Key press

From FlightGear wiki

The following template description is not displayed when the template is inserted in an article.

Goal

This template is used to illustrate key presses. Optionally, a combination of up to ten keys can be used.

Usage

{{key press|key|key|key|key}}

For upper-case letters please use a combination of the shift key and an upper-case letter ({{key press|Shift|C}}) and for lower-case letters please use an upper-case letter ({{key press|C}}).

Examples

{{key press|G}} and {{key press|Shift|G}} will retract and extend the landing gear.

G and Shift+G will retract and extend the landing gear.


{| class="keytable"
! Key
! Function
|-
| {{key press|Shift|C}}
| Catapult launch command
|-
| {{key press|Shift|L}}
| Carrier launch-bar engage
|-
| {{key press|O}} / {{key press|Shift|O}}
| Hook up/down
|-
| {{key press|Ctrl|B}}
| Toggle airbrakes
|-
| {{key press|Ctrl|K}}
| Toggle spoilers
|}
Key Function
Shift+C Catapult launch command
Shift+L Carrier launch-bar engage
O / Shift+O Hook up/down
Ctrl+B Toggle airbrakes
Ctrl+K Toggle spoilers

Known issues

  • For some captions workarounds will be required. Two of them are for example the captions | and = which would require you to insert {{!}} or {{=}} instead of | or =, since using a "|" or "=" inside a template will break it.
  • If a line breaks right before the template the leftmost key border stays on that line.