Hi Jan,
look at the MCD/CDU -Documentation .
There you will see the Keystrokes for "LEG" ,"DEP" ,....
For example ,If a Keystroke is like "CTRL+SHIFT+T"
Then you should use "852" in the FSUIPC/Buttons/CDUKeys -Parameter-Field.
The "852" calculates as follows:
Shift=256
Control=512
Shift+Control=768
T=84 (look at the FSUIPC for advanced Users.doc -avail at
www.schiratti.com/dowson)
Control+Shift+T = 768(Ctrl+Shift) + 84(T) = 852
regards,
Thomas