Talk:Dark Radiant Controls, Keys & Mouse
From The DarkMod Wiki
How to Edit or Add to the Table of Controls
The Dark Radiant controls table is in HTML format. Each table row comprises the details for one control. You can insert a new row between other rows between the following...
</tr> [INSERT NEW LINES HERE] <tr valign="top" align="left"> The format for each row is as follows. Note that <nowiki><BR> signfies a line break to force a new line. Just omit any non-applicables such as if there is no button or menu equivalent... <tr valign="top" align="left"> <td> SHORT CONTROL DESCRIPTION (eg, Crosshairs Toggle) </td> <td> LONG DESCRIPTION, eg, toggle crosshairs on and off in orthoview grid </td> <td> KEY (eg, Shift+X)<BR> BUTTON POSITION (eg, Left toolbar)<BR> MENU ROUTE (eg, Edit>Preferences>Orthoview)<BR> SHORTCUT NAME (eg, ToggleCrosshairs) </td> </tr> </nowiki>