> -----Original Message-----
> From: Michael Hills [mailto:[email protected]]
> Sent: Monday, July 15, 2002 8:30 AM
> To: stata list
> Subject: st: Italian keyboards
>
>
> I have just returned from Italy where I discovered that Italian
> keyboards lack the left single quote ` and the left and right curly
> barckets{ }. At one time this would only have affected people writing
> programs, but recent developments in Stata have changed this. Italian
> users must have discovered something better than typing the excape
> code each time, and I appeal to them for advice.
Hi-
One approach would be to assign those characters to functions keys
(assuming your keyboard has them!) In your profile.do file, add the
following:
global F10 "`"
global F11 "{"
global F12 "}"
and then the corresponding function keys will give you those characters.
This will only work for interactive Stata, but might get you part of the
way there.
Beyond that, there must be some OS-level key mapping utilites out there?
--Nick Winter
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/