2 * Copyright (C) 2008 Diego Hernan Borghetti.
9 typedef struct _E_Key
{
19 void (*exec
)(E_Eco
*);
22 void e_key_free(void);
24 void e_key_add(short code
, short ctrl_x
, void (*cb
)(E_Eco
*));
25 void e_key_remove(short code
, short ctrl_x
);
26 int e_key_exec(E_Eco
*ec
, short code
, short ctrl_x
);
28 #endif /* _ECO_KEY_H */