Ok, now, you can do the following in a workspace for example:

w := SystemWindow new.
tm := PluggableTextMorph on: TestObject text: #some accept: #some.
w addMorph: tm frame: (0@0 corner: 1@1).
w openInWorld.

tm textMorph on: $x asShortcut, $a alt do: [UIManager inform: 'works?'].
tm textMorph on: $x asShortcut, $x alt do: [UIManager inform: 'true, true'].

On Mon, Sep 12, 2011 at 1:23 PM, Guillermo Polito <[email protected]
> wrote:

> Not yet!
>
>
> On Mon, Sep 12, 2011 at 12:54 PM, Tudor Girba <[email protected]>wrote:
>
>> I guess it is still not usable per morph instance, right?
>>
>> Cheers,
>> Doru
>>
>>
>> On 12 Sep 2011, at 17:31, Stéphane Ducasse wrote:
>>
>> > Hi guys
>> >
>> > we need some beta testers too :)
>> >
>> > Stef
>> >
>> > Begin forwarded message:
>> >
>> >> From: Guillermo Polito <[email protected]>
>> >> Date: September 12, 2011 4:21:53 PM GMT+02:00
>> >> To: Stéphane Ducasse <[email protected]>
>> >> Cc: benjamin Van Ryseghem <[email protected]>
>> >> Subject: Re: about keybinder
>> >>
>> >> I've just had success downloading it on 1.4.  Try this:
>> >>
>> >> Gofer it
>> >>     squeaksource: 'ShortWays';
>> >>     package: 'Keymapping-Core';
>> >>     package: 'Keymapping-Tests';
>> >>     package: 'Keymapping-Settings';
>> >>     package: 'Keymapping-Pragmas';
>> >>     package: 'Keymapping-Shortcuts';
>> >>     load
>> >>
>> >> BTW, I've only tested it on linux (ubuntu).  But I think Laurent and
>> Esteban used it on mac.  Just in case, you have some test cases.
>> >>
>> >> Cheers,
>> >> Guille
>> >>
>> >> On Mon, Sep 12, 2011 at 10:58 AM, Stéphane Ducasse <
>> [email protected]> wrote:
>> >> No stress
>> >> we all have the same :)
>> >>
>> >> On Sep 12, 2011, at 3:24 PM, Guillermo Polito wrote:
>> >>
>> >> > Hi! I'll tell you asap.
>> >> >
>> >> > These two last weeks I was burning in stuff queued during my absence.
>> >> >
>> >> > Guille :)
>> >> >
>> >> > On Mon, Sep 12, 2011 at 9:53 AM, Stéphane Ducasse <
>> [email protected]> wrote:
>> >> > Hi guillermo
>> >> >
>> >> > could you let us know if we can load key binder in Pharo 1.4 so that
>> we can start to migrate.
>> >> > I hope you are going ok.
>> >> >
>> >> > Stef
>> >> >
>> >>
>> >>
>> >
>>
>> --
>> www.tudorgirba.com
>>
>> "Next time you see your life passing by, say 'hi' and get to know her."
>>
>>
>>
>>
>>
>

Reply via email to