Changes between Initial Version and Version 1 of Ticket #149, comment 7


Ignore:
Timestamp:
06/17/11 19:55:07 (13 years ago)
Author:
Dwight Schauer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #149, comment 7

    initial v1  
    22
    33[http://en.wikipedia.org/wiki/File:KB_United_States-NoAltGr.svg]
     4
     5If I use the international AltGr dead keys with the English (US) layout, right alt works outside of xpra, but not when going through xpra (either the parti-all one or the winswitch one).
     6
     7Outside of xpra:
     8{{{
     9setxkbmap -print
     10xkb_keymap {
     11        xkb_keycodes  { include "evdev+aliases(qwerty)" };
     12        xkb_types     { include "complete"      };
     13        xkb_compat    { include "complete"      };
     14        xkb_symbols   { include "pc+us(altgr-intl)+us:2+inet(evdev)"    };
     15        xkb_geometry  { include "pc(pc104)"     };
     16};
     17}}}
     18
     19Inside xpra:
     20{{{
     21 setxkbmap -print
     22xkb_keymap {
     23        xkb_keycodes  { include "xfree86+aliases(qwerty)"       };
     24        xkb_types     { include "complete"      };
     25        xkb_compat    { include "complete"      };
     26        xkb_symbols   { include "pc+us+inet(pc105)"     };
     27        xkb_geometry  { include "pc(pc105)"     };
     28};
     29}}}