@Swoop
Quote:
There is a C:IPrefs in S/Startup-Sequence, I presume I just add 'newmouse' after that.
Is it case sensitive?
Command line arguments are not case sensitive, however,
when you select turkish as preferred language, you can
choose between an international variant which behaves like
other languages and a turkish variant which does turkish
case comparison.
The turkish case comparison routine handles i and I as different
letters because a small letter i (with dot above) matches
the capital letter I with dot above and the small letter
dotless i matches the capital letter I (without dot above).
But for IPrefs this doesnt matter anyway because when IPrefs
is started the preferred language is still english. All
shell scripts started after IPrefs may get problems when
using lowercase keywords which contain an "i" when running
on a turkish machine, shell script writers are encouraged
to always use uppercase for keywords...