problems with KeyStokes [message #212329] |
Tue, 21 March 2006 17:02 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.05329 seconds