<p>Thanks Tim,</p>
<h2>The following lines in sqUnixX11.c doesn't seem right. When Ctrl and p are pressed at the same time, sq2KeyPlain should return ctrl-p (16r10). This code returns p instead (16r70). I don't understand why this change was made.</h2>
<h2>2065   if (charCode >= 1 && charCode <= 26) {<br>
2066     /* check for Ctrl-letter that gets translated into charCode 1-26 instead of letters a-z */<br>
2067     KeySym keysym = *symbolic;<br>
2068     if (keysym >= XK_a && keysym <= XK_z)<br>
2069       return (int)'a' + (keysym - XK_a);<br>
2070     if (keysym >= XK_A && keysym <= XK_Z)<br>
2071       return (int)'A' + (keysym - XK_A);</h2>
<p>Could you try a build with this section removed and see if it fixes your problem?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/396?email_source=notifications&email_token=AIJPEW5DHOMAIMFK3BFYVMTPXTJEVA5CNFSM4HP46HZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWLEQDA#issuecomment-496388108">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW2VLIDHS3MTXMFMLS3PXTJEVANCNFSM4HP46HZA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AIJPEW6ICCY2E2QCTF3Q3N3PXTJEVA5CNFSM4HP46HZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWLEQDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/396?email_source=notifications\u0026email_token=AIJPEW5DHOMAIMFK3BFYVMTPXTJEVA5CNFSM4HP46HZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWLEQDA#issuecomment-496388108",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/396?email_source=notifications\u0026email_token=AIJPEW5DHOMAIMFK3BFYVMTPXTJEVA5CNFSM4HP46HZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWLEQDA#issuecomment-496388108",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>