Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Browser in RCP application triggers multiple combination on key strokes
Browser in RCP application triggers multiple combination on key strokes [message #708470] Tue, 02 August 2011 21:09
jimi_lmf is currently offline jimi_lmfFriend
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
Previous Topic:Adding Show View menu in plugin.xml
Next Topic:Adding context sensitive Help
Goto Forum:
  


Current Time: Thu Sep 26 00:18:13 GMT 2024

Powered by FUDForum. Page generated in 0.04151 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top