<div dir="ltr">Thanks for your input.  I am happy to switch to one of the EIGHT_LEVEL's, I just don't know how to do it.  I am playing with the AE12 key, trying to define all 5 characters to it.  It assigns to symbols[Group1] and symbols[Group2] but I can't figure out how it gets associated to the PC_RALT_LEVEL2 and therefore cannot figure out how to change the association to one of the EIGHT_LEVEL's.  If you or someone can take the file I sent in my original post, and change the AE12 key to have five characters, I would be able to take it from there.  This is the association I seek for the AE12 key:<div>
<br></div><div>normal = equal</div><div>shift = plus</div><div>Right-Alt = multiply</div><div>Shift-Right-Alt = division</div><div>Control-Right-Alt = U2339</div><div><br></div><div>If I could map that, I think I could get the rest.  Thanks for the help!</div>
<div><br></div><div>Blake</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 23, 2014 at 12:57 PM,  <span dir="ltr"><<a href="mailto:wettstae@gmail.com" target="_blank">wettstae@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">> I am using normal, shift, right-alt, and right-alt-shift for four of<br>
> the characters.  That works.  I want to add a mapping for<br>
> right-alt-ctl to get that last character.<br>
<br>
</div><div class="">> I think the problem I have is that my Group2 keys need to have 3<br>
> levels.<br>
<br>
</div>Splitting your four levels across two groups is probably not the easiest<br>
way to go.<br>
<br>
You could use the key type LOCAL_EIGHT_LEVEL to implement you want.  If<br>
you do that, your right Alt key should be an ISO_Level3_Shift rather<br>
than a Mode_switch.  See symbols/nbsp for a usage example.  But I wonder<br>
whether how well Control for level selection really works.  In theory, it<br>
is fine, but practise might be different.<br>
<br>
If you are willing to an sacrifice an additional key for level<br>
switching, you have many more options.  For example, you could make the<br>
right Control key an ISO_Level5_Shift, and use the type EIGHT_LEVEL.<br>
<br>
Or you could use latches; see the de(T3) layout (in a recent<br>
xkeyboard-config) for an example of a eight-level layout accessed with<br>
latches.<br>
<br>
Andreas<br>
<br>
_______________________________________________<br>
<a href="mailto:xorg@lists.x.org">xorg@lists.x.org</a>: X.Org support<br>
Archives: <a href="http://lists.freedesktop.org/archives/xorg" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
Info: <a href="http://lists.x.org/mailman/listinfo/xorg" target="_blank">http://lists.x.org/mailman/listinfo/xorg</a><br>
Your subscription address: %(user_address)s<br>
</blockquote></div><br></div>