diff --git a/keyboard.xml b/keyboard.xml index 8be58ed10..b45e0c962 100644 --- a/keyboard.xml +++ b/keyboard.xml @@ -42,6 +42,15 @@ calculated by adding 256 to the GLUT key value in glut.h. + + Ctrl-T + Toggle autopilot terrain lock. + + property-toggle + /autopilot/locks/terrain + + + Enter Move rudder right or increase autopilot heading. @@ -80,6 +89,14 @@ calculated by adding 256 to the GLUT key value in glut.h. + + ESC + Prompt and quit FlightGear. + + exit + + + , Left brake @@ -315,6 +332,16 @@ calculated by adding 256 to the GLUT key value in glut.h. + + M + Decrease warp. + + property-adjust + /sim/time/warp + -60 + + + P Toggle panel. @@ -324,6 +351,36 @@ calculated by adding 256 to the GLUT key value in glut.h. + + T + Decrease warp delta. + + property-adjust + /sim/time/warp-delta + -30 + + + + + X + Increase field of view. + + property-multiply + /sim/field-of-view + 1.05 + + + + + Z + Decrease Visibility + + property-multiply + /environment/visibility + 0.9090909090 + + + [ Decrease flaps. @@ -392,6 +449,35 @@ calculated by adding 256 to the GLUT key value in glut.h. + + m + Increase warp. + + property-adjust + /sim/time/warp + 60 + + + + + p + Toggle the pause state of the sim. + + property-toggle + /sim/freeze + + + + + t + Increase warp delta. + + property-adjust + /sim/time/warp-delta + 30 + + + v Cycle view @@ -400,6 +486,26 @@ calculated by adding 256 to the GLUT key value in glut.h. + + x + Decrease field of view. + + property-multiply + /sim/field-of-view + 0.952380952380 + + + + + z + Increase Visibility + + property-multiply + /environment/visibility + 1.1 + + + F1 @@ -412,6 +518,10 @@ calculated by adding 256 to the GLUT key value in glut.h. F2 + + Force tile cache reload. + tile-cache-reload + Save flight. @@ -436,6 +546,10 @@ calculated by adding 256 to the GLUT key value in glut.h. F4 + + Force lighting update. + lighting-update + Reload global preferences. @@ -492,6 +606,15 @@ calculated by adding 256 to the GLUT key value in glut.h. + + F9 + + Toggle textures. + property-toggle + /sim/rendering/textures + + + Enter Move rudder right or increase autopilot heading.