diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110823/005086.html')
| -rw-r--r-- | zarb-ml/mageia-discuss/20110823/005086.html | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110823/005086.html b/zarb-ml/mageia-discuss/20110823/005086.html new file mode 100644 index 000000000..065fb5abb --- /dev/null +++ b/zarb-ml/mageia-discuss/20110823/005086.html @@ -0,0 +1,106 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] How can I define a Hebrew/Latin layout + Compose Key in Mageia Cauldron? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20How%20can%20I%20define%20a%20Hebrew/Latin%20layout%20%2B%20Compose%0A%20Key%20in%20Mageia%20Cauldron%3F&In-Reply-To=%3C20110823165151.0ec89ac6%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005085.html"> + <LINK REL="Next" HREF="005087.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] How can I define a Hebrew/Latin layout + Compose Key in Mageia Cauldron?</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20How%20can%20I%20define%20a%20Hebrew/Latin%20layout%20%2B%20Compose%0A%20Key%20in%20Mageia%20Cauldron%3F&In-Reply-To=%3C20110823165151.0ec89ac6%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] How can I define a Hebrew/Latin layout + Compose Key in Mageia Cauldron?">shlomif at shlomifish.org + </A><BR> + <I>Tue Aug 23 15:51:51 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005085.html">[Mageia-discuss] Support of Mageia in BigTop +</A></li> + <LI>Next message: <A HREF="005087.html">[Mageia-discuss] How can I define a Hebrew/Latin layout + Compose Key in Mageia Cauldron? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5086">[ date ]</a> + <a href="thread.html#5086">[ thread ]</a> + <a href="subject.html#5086">[ subject ]</a> + <a href="author.html#5086">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi all, + +this script gives me the Xkb layout that I need: + +<<< +#!/bin/sh + +# setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll -variant +",phonetic," 'us,ru,il' + +setxkbmap \ + -option "" \ + -option "compose:ralt,grp:switch,grp:alt_shift_toggle,grp_led:scroll" \ + -variant ",lyx" \ + 'us,il' +>>><i> +</I> +Now, I have this in /etc/sysconfig/keyboard: + +<<< +XkbModel=pc105 +XkbLayout=us,il +KEYBOARD=il +KEYTABLE=us +XkbOptions=compose:ralt,grp:switch,grp:alt_shift_toggle,grp_led:scroll +>>><i> +</I> +But the compose key is not configured using this by default (on X startup). I'm +on Mageia Linux Cauldron (what will be Mageia 2). + +I used to be able to define the keyboard layout using directives +in /etc/X11/xorg.conf but it no longer appears to work. + +How can I define everything I need by editing /etc/sysconfig/keyboard (or +any other appropriate files under /etc )? + +Regards, + + Shlomi Fish + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +Apple Inc. is Evil - <A HREF="http://www.shlomifish.org/open-source/anti/apple/">http://www.shlomifish.org/open-source/anti/apple/</A> + +I started out as a BASIC programmer. Some people would say that I’m +permanently damaged. Some people are undoubtedly right. + — Larry Wall + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005085.html">[Mageia-discuss] Support of Mageia in BigTop +</A></li> + <LI>Next message: <A HREF="005087.html">[Mageia-discuss] How can I define a Hebrew/Latin layout + Compose Key in Mageia Cauldron? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5086">[ date ]</a> + <a href="thread.html#5086">[ thread ]</a> + <a href="subject.html#5086">[ subject ]</a> + <a href="author.html#5086">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |
