Hello Knut,

> The warnings was:
> Warning:          No symbols defined for <AB11> (keycode 97)

These are harmless.

Try changing the definition of the key <AE02> to:

    key <AE02> {
        type= "CTRL+ALT",
        symbols[Group1]= [               2,        quotedbl,              at,   
  twosuperior, at ],
        actions[Group1]= [ NoAction(), NoAction(), NoAction(), NoAction(), 
RedirectKey(key= <AE02>, clearMods= Control+Mod1, mods= Mod5) ]
    };

This should work even with sloppily implemented applications.  To make
Control and Alt work reliably with the 2 key when they are not pressed
together, type CTRL+ALT would have to be modified.

Andreas


_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to