Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] the Control key on StyledText

I append verifyKeyListener to a StyledText widget to get to know when
use press Ctrl +c and Ctrl +d
When I push Ctrl with another key pressed, eg. The CTRL + d, the
verifyKey got only the following: character :0 keycode 262144 master 0;
However, I try push ALT with another key pressed, eg ALT+d, the
verifykey got the result of :character: d, keycode: 0, master :65536

So I want to know how can I got to know user have pressed Ctrl + another
key?

Thanks
Yunhong Jiang



Back to the top