summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixEvent.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-25 20:47:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-25 20:47:00 (GMT)
commitaa3245a4b2c8f920670b73acc1e7c4c879f9025a (patch)
treec01887f3f3d5c59291130568d33a6ea36f7fb1bf /unix/tkUnixEvent.c
parentc06f0fc17c7c109a25877cdbd0d274620bae5aa9 (diff)
parent7386abe11a73dd013ce6fb5674493ec2ddbdc59b (diff)
downloadtk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.zip
tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.tar.gz
tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.tar.bz2
Fix for bug 3410609; confirmed to work on UK keyboard.
Diffstat (limited to 'unix/tkUnixEvent.c')
-rw-r--r--unix/tkUnixEvent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c
index c7f126f..0987129 100644
--- a/unix/tkUnixEvent.c
+++ b/unix/tkUnixEvent.c
@@ -323,6 +323,7 @@ TransferXEventsToTcl(
if (event.type == KeyPress || event.type == KeyRelease) {
event.k.charValuePtr = NULL;
event.k.charValueLen = 0;
+ event.k.keysym = NoSymbol;
/*
* Force the calling of the input method engine now. The results