How to add your own shortcuts to the game

From AOW HT Wiki

The mapping between actions and keys is defined in the following file : DataLight\DefaultNDF\System\AOW_Shortcut.ndf

A key mapping is defined as follow :

<ndf> 
VK_Attaque is TEugMultiVirtualKey
(
   Key1 = VK_A 
   Key2 = VK_ShiftA
)
</ndf>

This means the A shortcut key is used to give an Attack order, this order can also be queued using the Shift key.
All the avaible keys are defined in code\CommonConstante\VirtualKey.ndf