Skip to main content

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


Please enter a bugzilla report and indicate the platform.  Thanks.



"Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

05/30/2004 12:31 AM

Please respond to
platform-swt-dev

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[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

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top