I'm using the international keyboard to type in diacritics and accents (for French). I can type just about everything except the ligature œ. Does anyone know how to do this in the international keyboard without using the alt code?

á é í ó ú ç ö

but no œ :(.

link|improve this question
What is the international keyboard? – MPi Jan 8 at 14:19
feedback

1 Answer

Œ and œ can be inputted using the US International keyboard with the combination AltGr+X or AltGr+x respectively.

Some applications provide support for entry of characters beyond the simple accented Latin-1 characters.

In Microsoft Word, "œ" is entered using ctrl + shift + & then o in quick succession. Some word processors such as MS Word can automatically correct French words like soeur to sœur, but in most other applications (e.g. an instant messenger, or a browser) the word will not be corrected.

In Vim (text editor), use Ctrl-K then 'o' then 'e' in succession. (or 'O' and 'E' for upper-case).

Vim has a very good and extensible set of digraphs. You can also use it as a text editor in web-browsers by means of the ItsAllText plugin or TextAreaConnect, thus bringing digraphs to web-applications.

Quotes are from Wikipedia

link|improve this answer
What is the AltGr key? – Spence Dec 4 '11 at 22:36
Right Alt plus x. lucky that my company didn't override that with the launcher for the CA product then. I can type the other ligature using the right alt+z so I assume right alt + x shoudl have typed that. – Spence Dec 4 '11 at 22:38
Is there any way to check which Windows application has reserved the shortcut? AltGr + X doesn't work on my machine, I have no idea what to do :-( – Boris Treukhov May 8 at 16:25
@Boris: I suggest you ask that as a separate question and give details of your Windows version (7?), your locale (RU?) and application you tried it in (Notepad? Word 2003?) – RedGrittyBrick May 8 at 16:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.