Results 1 to 2 of 2

Thread: Want to use Compose key, not Dead keys

  1. #1
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    449
    Distro
    Ubuntu 16.04 Xenial Xerus

    Want to use Compose key, not Dead keys

    I've just switched to lxde from Unity on one of my computers (a little Sony Vaio portable) and I'm having a bit of trouble with the keyboard.

    I need to be able to type in French and German, and would like to be able to type in the Scandinavian languages, the Slavic languages and Spanish as well, in addition to English (which is also the system language).

    So far, I've got French language support installed, and can type most of the required letters, but the cedilla below the letter "c" is not from the comma, but from the apostrophe. This means that apostrophe followed by c gives me ç for French, where it should give me ć for Polish, Croatian and latin Serbian.

    I'm more used to using the US layout with the left "Windows" key as "Compose", but for now I'm using the layout "US with dead keys", but haven found a way to do this with lxkeymap. Lxkeymap proposes a layout called "English (international AltGr dead keys), but I've not found a way to make that work.

    Can anybody help me out?
    Ubuntu 19.04 and Debian 9.11

  2. #2
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    449
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Want to use Compose key, not Dead keys

    Well, I've found a way of doing this, thanks to information in this thread and this thread .

    In lxkeymap I set the layout to English (US) and then in a terminal I issued the following command.
    Code:
    setxkbmap -option compose:lwin
    I put this in my /etc/xdg/lxsession/LXDE/autostart config file, so that the file now looks like this.
    Code:
    @xscreensaver -no-splash
    @lxpanel --profile LXDE
    @pcmanfm --desktop --profile LXDE
    @/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
    @setxkbmap -option compose:lwin
    If I find that this works well, I'll mark the thread solved in a day or two.
    Last edited by Keith_Beef; February 26th, 2014 at 09:19 AM.
    Ubuntu 19.04 and Debian 9.11

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •