Comment 25 for bug 255372

Revision history for this message
Bremm (bremm) wrote :

OK. phase 1 finished, since my /usr/share/X11/xkb/keycodes/evdev is slightly different.

In session "Keys that are generated on Japanese keyboards" I've did:

 <AB11> = 211; // backslash/underscore

changed to

 <AB11> = 97; // backslash/underscore

and
 <RO> = 97; // Romaji

commented out

 //<RO> = 97; // Romaji

Now "?" (shift + /) and "°" (ralt + /) work. Now going to fix "/" since only numpad key works.