I am opening a word document in swt in java using OleClientSite . Now I want to save the document when user press ctrl+s . I have added a keylistener to OleClientSite . The code is as follows :
public class SWTMenuExample {
static OleClientSite clientSite;
static OleFrame frame;
sta...