Marc Haber wrote:
>
> My X has the habit of losing its keyboard modifiers while working on
> X. This used to be fixed by invoking setxkbmap .xkbmap with the
> following .xkbmap file:
>
> $ cat .xkbmap
> xkb_keymap {
>         xkb_keycodes  { include "xfree86+aliases(qwertz)"       };
>         xkb_types     { include "complete"      };
>         xkb_compat    { include "complete"      };
>         xkb_symbols   { include "pc+de+compose(rwin)"   };
>         xkb_geometry  { include "pc(pc104)"     };
> };
> $ 
>
> This has stopped working recently:
>
> $ setxkbmap .xkbmap
> Error loading new keyboard description
>

I think you want xkbcomp instead of setxkbmap.  'xkbcomp .xkbmap :0'
using your .xkbmap file seems to work.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to