Hi!

With Guille we were working today on Keymapping to release a new stable version.

Gofer it
�� ��squeaksource: 'ShortWays';
�� ��package: 'ConfigurationOfKeymapping';
�� ��load.
(ConfigurationOfKeymapping project version: #stable) load

It includes the following things:
��- all the last work to support shortcuts per morph
��- fixes to the last bugs Doru reported
��- we fixed some tests
��- we tested it on Pharo 1.3 and 1.4 on MacOS and it's working fine

What we did not do yet is to handle the OB interaction.

You can look at the this packages for example configurations:

packages := #( 'Editors' 'Monticello' 'Morphic' 'Tools' 'Debugger' )
�� collect: [ :sp | 'Keymapping-', sp ].
�� packages do:
�� �� �� [ :package |
�� �� �� �� �� �� spec package: package with: [ spec requires: #(
'configurations' ) ].
�� �� �� ��].
�� �� �� �� packages.


Cheers,

Deby