Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.editoren > #203

Re: Umlaute in vim

From Andreas Kohlbach <ank@spamfence.net>
Newsgroups de.comp.editoren
Subject Re: Umlaute in vim
Date 2018-04-16 17:06 -0400
Organization https://news-commentaries.blogspot.com/
Message-ID <87h8oahndb.fsf@usenet.ankman.de> (permalink)
References (6 earlier) <fh05urFlgn2U1@mid.individual.net> <87y3itf20k.fsf@usenet.ankman.de> <slrnpb2cds.2b4.spam-fuer@judy.das-mehdorn.de.vu> <871sg2k74m.fsf@usenet.ankman.de> <slrnpd99tr.8cd.spam-fuer@judy.das-mehdorn.de.vu>

Show all headers | View raw


On Mon, 16 Apr 2018 15:40:11 +0200, Christoph 'Mehdorn' Weber wrote:
>
> Hallo!
>
> * Andreas Kohlbach <ank@spamfence.net>:
>
>> OT: Kennst jemand Shortcuts für LibreOffice, um auch dort Umlaute
>> einfügen zu können? Alles was ich fand ist "Special characters" über das
>> "Insert" Menü (alles Englisch hier). Über die Tastatur wäre es doch
>> angenehmer.
>
>   Direkt in LibreOffice nicht, aber für X habe ich allgemeine eine
> ~/.XCompose:
>
> #v+
> include "/usr/share/X11/locale/en_US.UTF-8/Compose"
>
> <Multi_key> <A> <A> : "Ä"   Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS
> <Multi_key> <A> <a> : "Ä"   Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS
> <Multi_key> <a> <A> : "Ä"   Adiaeresis # LATIN CAPITAL LETTER A WITH DIAERESIS
>
> <Multi_key> <O> <O> : "Ö"   Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS
> <Multi_key> <O> <o> : "Ö"   Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS
> <Multi_key> <o> <O> : "Ö"   Odiaeresis # LATIN CAPITAL LETTER O WITH DIAERESIS
>
> <Multi_key> <U> <U> : "Ü"   Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS
> <Multi_key> <U> <u> : "Ü"   Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS
> <Multi_key> <u> <U> : "Ü"   Udiaeresis # LATIN CAPITAL LETTER U WITH DIAERESIS
>
> <Multi_key> <a> <a> : "ä"   adiaeresis # LATIN SMALL LETTER A WITH DIAERESIS
> <Multi_key> <o> <o> : "ö"   odiaeresis # LATIN SMALL LETTER O WITH DIAERESIS
> <Multi_key> <u> <u> : "ü"   udiaeresis # LATIN SMALL LETTER U WITH DIAERESIS
> #v-
>
>   Damit ist die Eingabe schon mal etwas bequemer als mit den
> üblichen Anführungszeichen.
>
>   Zudem setze ich noch die eine Variable global:
>
> # working compose keys in GTK applications
> GTK_IM_MODULE='xim'
> export GTK_IM_MODULE
>
>   Dann klappt es auch im Firefox. Ob das für libreoffice nötig
> wäre, weiß ich nicht.
>
>   Compose habe ich unter Debian per keyboard-configuration einfach
> auf Capslock gelegt.

Gute Idee. Danke.
-- 
Andreas
You know you are a redneck if
you were shooting pool when your kids were born.

Back to de.comp.editoren | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Umlaute in vim (was: Facebook unter Linux in eigene Firefox-Instanz wegsperren) Christoph 'Mehdorn' Weber <spam-fuer@das-mehdorn.de> - 2018-03-20 17:07 +0100
  Re: Umlaute in vim Andreas Kohlbach <ank@spamfence.net> - 2018-03-20 15:55 -0400
  Re: Umlaute in vim Andreas Kohlbach <ank@spamfence.net> - 2018-03-29 15:35 -0400
    Re: Umlaute in vim Christoph 'Mehdorn' Weber <spam-fuer@das-mehdorn.de> - 2018-04-16 15:40 +0200
      Re: Umlaute in vim Andreas Kohlbach <ank@spamfence.net> - 2018-04-16 17:06 -0400

csiph-web