<div dir="ltr">+1, I had the same change rotting for months in an image...<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-14 22:29 GMT+02:00  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Levente Uzonyi uploaded a new version of Kernel to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Kernel-ul.940.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/Kernel-ul.940.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Kernel-ul.940<br>
Author: ul<br>
Time: 14 August 2015, 7:01:14.824 pm<br>
UUID: 45cb01b1-52ab-40ff-ac9d-7b3334915356<br>
Ancestors: Kernel-ul.939<br>
<br>
#allCharacters -&gt; #allByteCharacters<br>
<br>
=============== Diff against Kernel-ul.939 ===============<br>
<br>
Item was changed:<br>
  ----- Method: InputSensor class&gt;&gt;installKeyDecodeTable (in category &#39;class initialization&#39;) -----<br>
  installKeyDecodeTable<br>
        &quot;Create a decode table that swaps some keys if<br>
        Preferences swapControlAndAltKeys is set&quot;<br>
        KeyDecodeTable := Dictionary new.<br>
        Preferences duplicateControlAndAltKeys<br>
                ifTrue: [ self defaultCrossPlatformKeys do:<br>
                                [ :c | self installDuplicateKeyEntryFor: c ] ].<br>
        Preferences swapControlAndAltKeys<br>
                ifTrue: [ self defaultCrossPlatformKeys do:<br>
                                [ :c | self installSwappedKeyEntryFor: c ] ].<br>
        Preferences duplicateAllControlAndAltKeys<br>
+               ifTrue: [ (Character allByteCharacters select: [:ea | ea isAlphaNumeric]) do:<br>
-               ifTrue: [ (Character allCharacters select: [:ea | ea isAlphaNumeric]) do:<br>
                                [ :c | self installDuplicateKeyEntryFor: c ] ].<br>
  !<br>
<br>
<br>
</blockquote></div><br></div>