diff --git a/keyboard.xml b/keyboard.xml index 0993243e9..6f6dbdb61 100644 --- a/keyboard.xml +++ b/keyboard.xml @@ -6,10 +6,13 @@ The *-key in fg/osg/osgviewer is handled in the C++ code. Regular keycodes go up to 255; special keys start at 256, and can be calculated by adding 256 to the GLUT key value in glut.h. + +All Nasal code in this file lives in a common Nasal namespace __kbd. +All blocks on the top level are executed in the order from +top down before the key bindings are parsed. --> - @@ -120,12 +123,6 @@ calculated by adding 256 to the GLUT key value in glut.h. /controls/flight/rudder 0.05 - - - nasal - - -