John M McIntosh wrote: >> Where is this set? > > http://smalltalkconsulting.com/html/squeakinfoplist.html > > SqueakEncodingType
Ah, thanks! >> If you put a transcript show of the event buffer into the >> handleKeyboard logic you can see that slot six is nil on meta keys. > > meta-keys not sure what you are refering to? How about an example? alt/ctrl so if you hit alt-c (apple-c) slot six is nil >> Oh, I thought the new Mac VMs supported Unicode in the clipboard logic >> as the other VMs now do. >> How much effort would that be to add UTF-x support to the current >> clipboard logic? > > Well that *is* the extended clipboard support. Just need the smalltalk > code to make the proper primitive calls to the extended clipboard plugin. > You need the ClipboardExtendedPlugin.bundle OK, will do for now. Guess in future versions we should remove the clipboard support from the core VM and replace it by the (extended) clipboard plugin. Michael _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
