Custom Key Bindings in SWT
Posted
by Dimitar
on Stack Overflow
See other posts from Stack Overflow
or by Dimitar
Published on 2010-05-11T01:35:48Z
Indexed on
2010/05/11
1:44 UTC
Read the original article
Hit count: 335
Hey all,
Is it at all possible to add custom key bindings to buttons in SWT? I can't use & in the text of the button to set a mnenomic because my buttons have no text (only an image). Is there a good way to do this using key listeners or is there something like the input/action map in swing?
Thanks in advance.
© Stack Overflow or respective owner