

"Prior" is the name of the key that does the function (in this case) "set" is the part that determines what action to perform "(dDP_" is what the action should be performed upon "0, +0.8)" tells to what extent to perform the action. "Prior set(dDP_0, +0.8)" can be called one unit. 2, 0, 1) Comma set(DB_0, 1) Period set(DB_1, 1) G toggle(DG) C set(DA, 0) C set(DR, 0) % Freeze/Pause Space toggle(TotalFreeze) H toggle(HUDEnabled) H toggle(ControlsIndicationEnabled) % Fast movement % 10 degrees Ctrl Up add(VAngle, +0.174533) Ctrl Down add(VAngle, -0.174533) % 45 degrees Ctrl Left add(HAngle, -0.785398) Ctrl Right add(HAngle, +0.785398) % Slow movement Alt Up set(dVAngle, +0.1) Alt Down set(dVAngle, -0.1) Alt Left set(dHAngle, -0.1) Alt Right set(dHAngle, +0.1) V set(HAngle, 0) V set(VAngle, 0) V set(dHAngle, 0) V set(dVAngle, 0)]Ī little explanation. BracketLeft add(DF, -.2, 0, 1) BracketRight add(DF. Clear set(DA, 0) Clear set(DR, 0) Clear set(dDA, 0) Clear set(dDR, 0) '5' set(DA, 0) '5' set(DR, 0) '5' set(dDA, 0) '5' set(dDR, 0) % Keys on the normal keyboard. If you go down to the middle of the file, you will see the following:


Note 2: The number of spaces around a name doesn't seem to be important. Note 1: You might want to make a backup of the file before you start messing with it.
