<div dir="ltr">Hi Andreas,<div class="gmail_extra"><br><div class="gmail_quote">2015-06-06 19:48 GMT+02:00  <span dir="ltr"><<a href="mailto:wettstae@gmail.com" target="_blank">wettstae@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Knut,<br>
<span class=""><br>
> The warnings was:<br>
> Warning:          No symbols defined for <AB11> (keycode 97)<br>
<br>
</span>These are harmless.<br>
<br>
Try changing the definition of the key <AE02> to:<br>
<span class=""><br>
    key <AE02> {<br>
        type= "CTRL+ALT",<br>
</span>        symbols[Group1]= [               2,        quotedbl,              at,     twosuperior, at ],<br>
        actions[Group1]= [ NoAction(), NoAction(), NoAction(), NoAction(), RedirectKey(key= <AE02>, clearMods= Control+Mod1, mods= Mod5) ]<br>
    };<br>
<br>
This should work even with sloppily implemented applications.  To make<br>
Control and Alt work reliably with the 2 key when they are not pressed<br>
together, type CTRL+ALT would have to be modified.<br>
<div class=""><div class="h5"><br></div></div></blockquote><div><br></div><div>Thank you! This works :)<br>Is amazing that you have all this knowledge and it is compleatly awesome that you share.<br></div><div><br></div><div>Thank you so much :) I have learned a lot from this.<br></div><div><br></div><div>Best regards<br></div><div>Knut<br></div><div><br></div></div></div></div>