But I have no idea.
I do not use a mouse most of the time in pharo.
So tell me.

On May 21, 2009, at 11:32 AM, Hilaire Fernandes wrote:

> Just take the point of view of the user, then the answer will be  
> obvious ;-)
>
> Hilaire
>
> 2009/5/21 Stéphane Ducasse <[email protected]>:
>> 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
>>
>
>
>
> -- 
> http://blog.ofset.org/hilaire
>
> _______________________________________________
> 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

Reply via email to