Re: Typing dots under words in English
- From: "Lisa" <lisa@xxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 15:21:11 +0000 (UTC)
Fiona Abrahami wrote:
"Lisa" <lisa@xxxxxxxxxxxx> wrote
Art Werschulz wrote:
"Lisa" <lisa@xxxxxxxxxxxx> writes:
I use MS Word for my creative typing. Sometimes, I need to type an \s\
or an \h\ or a \k\ or a \t\ with a dot beneath it. See, that's the
convention used to represent an emphatic s, k or t (tzadi, quf, tet) or
a het.
I can do macrons over words. I can do diareses and acute and grave
accents. I can do cedillas under s and c. But I can't do a dot under
a letter.
Is there a trick? Do I have to use another font in order to do it?
Can I use a Hebrew chirik?
The best thing I've come across is to use an underline in such
circumstances, rather than an underdot. This is what I use for a
transliterated het when I'm producing a document that's not plain
text.
Actually, someone e-mailed me the answer. You hold down the alt key
and type 0803 on the number pad. I'm used to doing that kind of thing
for accented letters. Like alt 0252 being ü and alt 246 being ö.
(If that doesn't show up for some of you, it was a u with a diaresis
and an o with a diaresis).
Which is cool to know. Unicode is your friend.
What if you don't have a number pad (e.g. like on my laptop)? Alt [regular
number key] doesn't do anything.
I'm not sure you can do anything in that case. Um... I don't know if
you've ever played with macros, but you could do this. Go into the
editor (alt-F11) and make a little macro like this:
Sub UwithMacron()
Selection.InsertAfter (ChrW(363))
Selection.Move
End Sub
You can make one for each character you want to be able to enter. For
the dot, it'd be this:
Sub DotUnder()
Selection.InsertAfter (ChrW(803))
Selection.Move
End Sub
Then right-click in your toolbars and pick customize. Go to the
Commands tab, and click the Keyboard button. Pick Macros from the
category list, and pick your macro from the Macros list. Pick a
hot-key combination you'd like to be able to use for it, and you're
done. It's convoluted, but if you don't have a number pad, that's
probably the best you can do.
Lisa
.
- References:
- Typing dots under words in English
- From: Lisa
- Re: Typing dots under words in English
- From: Art Werschulz
- Re: Typing dots under words in English
- From: Lisa
- Re: Typing dots under words in English
- From: Fiona Abrahami
- Typing dots under words in English
- Prev by Date: Re: Conservative Patrilineal Descent
- Next by Date: Re: The Annual Corn-Syrup Brouhaha
- Previous by thread: Re: Typing dots under words in English
- Next by thread: Re: Typing dots under words in English
- Index(es):