Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Capturing Ctrl+S on OleControlSite


Did you try adding a menu item with an accelerator for Ctrl+S?



nosrema@xxxxxxxxxxx
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

07/29/2004 03:23 AM

Please respond to
platform-swt-dev

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] Capturing Ctrl+S on OleControlSite





Hello all,

I have a OleControlSite that is using the  "Shell.Explorer" as the
progID.  I am using the controlSite.addKeyListener(...)  but I don't get
a key event for certain keystrokes in the OleControlSite.  Namely,
Ctrl+S and all other keystrokes that seem to have a context in the
underlying OLE control.  I understand that the Shell.Explorer has a
keyBinding for Ctrl+S, but is there anyway I can be notified with this
key is pressed anyway?

Thanks for any help,
G.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top