Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » problems with KeyStokes
problems with KeyStokes [message #212329] Tue, 21 March 2006 22:02
Eclipse UserFriend
Originally posted by: dutz.c-ware.de

Hi,

I am trying to get my KeyBindings working. Afte being able to mapp my
delete-action to the delete-key I wanted to map CTRL-A to selectAll, CTRL+X
to cut and so on. Unfortunately the KeyStroke.getPressed('a', SWT.CTRL)
doesn't work. At first I thought it was a problem with my actions, but after
using the KeyStroke from my Delete action (KeyStroke.getPressed('\177', 127,
0)) I could successfully selectAll using my delete Key. It seems that I have
somehow gotten my KeyStrokes messed up. Could you please giv me a hint at
where?

Chris
Previous Topic:Forcing rendering
Next Topic:Chart axis with units
Goto Forum:
  


Current Time: Sat Apr 20 00:49:33 GMT 2024

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

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

Back to the top