<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi Marcel,</p>
<p><br>
</p>
<p>under normal constraints, I would also not recommend turning off this preference. But I can imagine that it might be helpful for debugging purposes, for instance, if you want to test the behavior for another platform ...</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Donnerstag, 25. November 2021 11:53:06<br>
<b>An:</b> squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Trunk: Kernel-ct.1423.mcz</font>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
I am surprised that such a preference exists since it is an implicit contract to always write code that runs on all supported platforms.
<div><br>
</div>
<div>We should remove this preference ASAP. It is misleading.</div>
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
<p style="color: #AAAAAA; margin-top: 10px;">Am 25.11.2021 11:35:06 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">Christoph Thiede uploaded a new version of Kernel to project The Trunk:<br>
http://source.squeak.org/trunk/Kernel-ct.1423.mcz<br>
<br>
==================== Summary ====================<br>
<br>
Name: Kernel-ct.1423<br>
Author: ct<br>
Time: 25 November 2021, 11:34:19.428424 am<br>
UUID: ec2f69bf-0aac-4747-8cc5-5778a713051f<br>
Ancestors: Kernel-mt.1422<br>
<br>
Honors Preferences automaticPlatformSettings in EventSensor startUp:.<br>
<br>
=============== Diff against Kernel-mt.1422 ===============<br>
<br>
Item was changed:<br>
----- Method: EventSensor class>>startUp: (in category 'system startup') -----<br>
startUp: resuming<br>
+ <br>
+ (resuming and: [Preferences automaticPlatformSettings]) ifTrue: [<br>
- <br>
- resuming ifTrue: [<br>
Smalltalk platformName = 'Mac OS'<br>
ifTrue: [<br>
self mapAltKeysToOptionKeys: false.<br>
self mapControlKeysToCommandKeys: false]<br>
ifFalse: [<br>
self mapAltKeysToOptionKeys: true.<br>
self mapControlKeysToCommandKeys: true].<br>
self installVirtualKeyTable ].<br>
<br>
self default startUp.!<br>
<br>
<br>
</div>
</blockquote>
</div>
</div>
</body>
</html>