LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Compose C plus = (https://www.linuxquestions.org/questions/slackware-14/compose-c-plus-%3D-4175434964/)

waddles 10-31-2012 03:58 PM

Compose C plus =
 
I have my XFCE compose key created and working.
When I enter <composer> = C I get EUR but I want the C overlain with and = sign.
How do I do that?

glorsplitz 10-31-2012 07:25 PM

any chance this help?

waddles 11-02-2012 07:34 PM

Compose C plus =
 
Thanks but been there and done that.
Need to get a cap C overlain by = when I do that I get EUR.

Sjorrit 11-02-2012 08:56 PM

Not sure whether this works, but have a look in /usr/share/X11/locale

For your locale, for example en_US.UTF-8, go to that subdirectory and edit the Compose file. Search for the lines
Code:

<Multi_key> <C> <equal>                : "€"  EuroSign # EURO SIGN
<Multi_key> <equal> <C>                : "€"  EuroSign # EURO SIGN
<Multi_key> <c> <equal>                : "€"  EuroSign # EURO SIGN
<Multi_key> <equal> <c>                : "€"  EuroSign # EURO SIGN

and replace the euro sign with the one you want.

You'll probably have to restart X.


All times are GMT -5. The time now is 11:56 AM.