fix for english mac kbd
authorClaus Gittinger <cg@exept.de>
Tue, 18 Jun 2019 21:36:29 +0200
changeset 1597 e6215fb6ec7c
parent 1596 4ac5e290ee0e
child 1598 d628cc48bb8b
fix for english mac kbd
keyboard.rc
--- a/keyboard.rc	Tue Jun 18 03:27:33 2019 +0000
+++ b/keyboard.rc	Tue Jun 18 21:36:29 2019 +0200
@@ -533,6 +533,8 @@
 
 OperatingSystem isOSXlike ifTrue:[
     map bindValue:#Delete to:#'AltBackSpace'.
+    "/ there seems to be a bug in the english xmap (sigh)
+    map bindValue:$' to:#'dead_acute'.
 ].
 
 map bindValue:#UserInterrupt to:#'Cmd.' .     "/ for squeak compatibility