00001 00018 #ifndef __TERMINALKEYS_H__ 00019 #define __TERMINALKEYS_H__ 00020 00021 #include <e32std.h> 00022 #include <e32keys.h> 00023 00030 void SendKey(TKeyCode aCode, TUint aModifiers); 00031 00032 #endif