Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Catching Ctrl+C press in Dialog

Hi, all.

I've just started to use SWT.
I have to track user's pressure on Ctrl+C and Ctrl+V
when Dialog is opened.
I was trying to add KeyListener to a widget in Composite
and to add Filter to Display. But this doesn't work properly.
Attempt to set global Actions for IActionBars from View gives nothing too.
Can anybody hellp or explain what is happening when user is pressing Ctrl+C?
Combination Ctrl+C is obligated.

Thanks, Anton.


Back to the top