On Sun, Oct 16, 2011 at 12:32 PM, Mariano Martinez Peck <
[email protected]> wrote:

> Thanks Guille for the whole work :)
>
> Laurent: let me know when I can use TWM properly with this latest version
> of keymappings.
>


There's a new (development) version:
- package TWM split into several packages
- KeyMapping 2.0
- TWM shortcut prefix is now Cmd+r  (see TWMKeymapping class>>#shortcuts for
default shortcuts. Feel free to adapt and suggests better ones).
- You can load TWM without KeyMapping
using: ConfigurationOfTilingWindowManager  loadDevelopmentWithoutKeyMapping.

As a side note, this is the configuration I use in my Pharo images:

Gofer it
squeaksource: 'TilingWindowManager';
package: 'ConfigurationOfTilingWindowManager';
 load.
(Smalltalk at:#ConfigurationOfTilingWindowManager) loadDevelopment.
(Smalltalk at:#TWMUITheme) beCurrent.
TaskbarMorph  showTaskbar: false.
TasklistMorph keepOpen: true.
(Smalltalk at:#TWMBar) perform: #showTWMBar: with: true.


Cheers,

Laurent Laffont


>
> Thanks guys
>
>
> On Sun, Oct 16, 2011 at 10:11 AM, laurent laffont <
> [email protected]> wrote:
>
>>
>>>>
>>> OK so cmd+w is definitely not a good prefix for TWM shortcuts. Is cmd+m
>>>  better ?
>>>
>>>
>> oups Cmd+m not a good idea :) I struggle to find a good prefix.....
>>
>> Laurent.
>>
>>
>>
>>
>>
>>>
>>>
>>>> So i installed TWM without keybinding but now I cannot open the settings
>>>>> window because keymappings is not load.
>>>>>
>>>>> Any solution? (install TWM without keymappings or fixing keymappings)
>>>>>
>>>>
>>>> I've done some fixes and improvements to keymapping, and I've created a
>>>> 2.0 version where:
>>>>
>>>> - the collisions below are fixed
>>>> - keymaps can be configured per morph instance too (not only per class,
>>>> as the former version)
>>>> - some little improvements and code cleaning
>>>>
>>>
>>>
>>> Thanks !
>>>
>>>
>>> But those things I remarked of TWM should be reviewed :)
>>>>
>>>> Or you can Use twm without keymappings and I'll have no more feedback :(
>>>>
>>>
>>>
>>> TWM without Keymapping is not really interesting. I will produce new
>>> versions of TWM.
>>>
>>> Laurent
>>>
>>>
>>>
>>>>
>>>>
>>>>>
>>>>> thanks!
>>>>>
>>>>
>>>> Thank you :)
>>>>
>>>> Guille
>>>>
>>>
>>>
>>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>

Reply via email to