| Browser in RCP application triggers multiple combination on key strokes [message #708470] |
Tue, 02 August 2011 17:09 |
jimi_lmf Messages: 1 Registered: August 2011 |
Junior Member |
|
|
Hi
I have a SWT.Browser that use IE by default within my RCP application. I turned on the debug for the key binding and every time i have the focus on the browser and press a key combination like CTRL+SHIFT+M the log displays:
potentialKeyStrokes = [CTRL+SHIFT+, CTRL+M, CTRL+SHIFT+M]
which then make my command binded to CTRL+SHIFT+M not called but the one binded to CTRL+M be called instead
Is it the swt.Browser component not working properly or is it the expected behavior ?
Thx
|
|
|
Powered by
FUDForum. Page generated in 0.02181 seconds