Comment 9 for bug 255372

Revision history for this message
Hebert (hebert-bernardo) wrote : Re: evdev-managed keyboard misdetected

I just did that.

$ setxkbmap -print

xkb_keymap {
 xkb_keycodes { include "evdev+aliases(qwerty)" };
 xkb_types { include "complete" };
 xkb_compat { include "complete" };
 xkb_symbols { include "pc+br+inet(evdev)+us:2+level3(ralt_switch_for_alts_toggle):1+level3(ralt_switch_for_alts_toggle):2+group(alts_toggle)" };
 xkb_geometry { include "pc(pc104)" };
};

Nothing has changed.

It's strange. It shouldn't be showing these characters:

 "ç" "á" "à" "ü"

the "( ? / )" key is still dead.

xev's output:

KeyPress event, serial 34, synthetic NO, window 0x3e00001,
    root 0x82, subw 0x0, time 40473547, (933,155), root:(940,206),
    state 0x2010, keycode 97 (keysym 0xff24, Romaji), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x3e00001,
    root 0x82, subw 0x0, time 40473571, (933,155), root:(940,206),
    state 0x2010, keycode 97 (keysym 0xff24, Romaji), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

Thanks for reading.