Migrating to hoary: weird bug with brazilian ABNT keyboard mapping

Musashi ulist at gs1.ubuntuforums.org
Sat Apr 16 20:05:56 UTC 2005


sudo gedit /usr/X11R6/lib/X11/xkb/keycodes/xfree86



Scroll to the very end of file

// For brazilian ABNT2 keyboard. by Ricardo Y.
Igarashi(iga at that.com.br)

xkb_keycodes "abnt2" {

include "xfree86(basic)"

<BKSL> = 94;

<AC12> = 51;

<KPPT> = 134;

};



and include a option:



<AB11> = 211;



Will look like:

// For brazilian ABNT2 keyboard. by Ricardo Y.
Igarashi(iga at that.com.br)

xkb_keycodes "abnt2" {

include "xfree86(basic)"

<BKSL> = 94;

<AB11> = 211;

<AC12> = 51;

<KPPT> = 134;

};



then 



$sudo dpkg-reconfigure console-data



Select from arch list

qwerty

brazilian

standart



reset the X

on gnome question about the keyboard layout choose x window
configuration!



Then it's done!


-- 
Musashi




More information about the ubuntu-users mailing list