Another solution is that the image-level code should agree on what the
codes for the buttons are, and the VMs should be fixed accordingly, so
that they abstract that part of the platform away.

Changing #swapMouseButtons will certainly bring a few mails from
frustrated windows pharoers :)



On Thu, May 21, 2009 at 11:25, Stéphane Ducasse
<[email protected]> wrote:
> This is ok for me the swapMouseButtons
> so what the other think?
>
> Stef
>
> On May 20, 2009, at 4:30 PM, Damien Pollet wrote:
>
>> I use nearly the same script, except with the sans fonts, and a
>> couple settings:
>>
>> Preferences
>>       enable: #halosEnabled;
>>       enable: #swapMouseButtons;
>>       disable: #gradientMenu.
>>
>> Most important to me is swapMouseButtons, because it puts menus back
>> on the correct button. Apparently this setting is needed on macs and
>> linux, so by the magic of (possibly biased) numbers, the exception is
>> windows. Can we have #swapMouseButtons enabled by default ?
>>
>>
>>
>> On Mon, May 18, 2009 at 10:45, Damien Cassou
>> <[email protected]> wrote:
>>> On Mon, May 18, 2009 at 10:37 AM, Lukas Renggli <[email protected]>
>>> wrote:
>>>> That looks great, though I would prefer a sans-serif font (DejaVu
>>>> Sans) instead of a serif font (DejaVu Serif) in the UI.
>>>> Serif fonts add too much noise on the screen and are typically
>>>> used in
>>>> print only, not in user interfaces.
>>>
>>> If people agree with this, I can change that. The script I currently
>>> use is the following one. If you have ideas on how to improve it,
>>> please tell me.
>>>
>>> font := LogicalFont familyName: 'DejaVu Serif' pointSize: 10.
>>> codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9.
>>> Preferences setListFontTo: font.
>>> Preferences setMenuFontTo: font.
>>> Preferences setCodeFontTo: codeFont.
>>> Preferences setButtonFontTo: font.
>>> Preferences setSystemFontTo: font.
>>> font := LogicalFont familyName: 'DejaVu Serif' pointSize: 11.
>>> Preferences setWindowTitleFontTo: font.
>>>
>>> --
>>> Damien Cassou
>>> http://damiencassou.seasidehosting.st
>>>
>>> "Lambdas are relegated to relative obscurity until Java makes them
>>> popular by not having them." James Iry
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [email protected]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>>
>>
>> --
>> Damien Pollet
>> type less, do more [ | ] http://people.untyped.org/damien.pollet
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to