Brazilian ‘abnt2’ keyboard layout for vostro
Guyz,
Can you tell me where a Brazilian ‘abnt2’ keyboard layout for my vostro will be available ? I have tried but was not successful finding any information.
Looking forward,
Mark
Guyz,
Can you tell me where a Brazilian ‘abnt2’ keyboard layout for my vostro will be available ? I have tried but was not successful finding any information.
Looking forward,
Mark
The keyboard layouts are not specific to which brand of computer (desktop or laptop) you are using. The only thing that is concerned while looking for keyboard layouts, is the operating system you have on your computer. Now, in your question, it states, vostro, that means Dell Vostro. So I presume you must be requiring a layout for windows operating system. Now for windows operating system, you need to go to this link: http://keyboards.jargon-file.org/and download your Brazilian ‘abnt2’ keyboard layout for any windows operating system you have.
Just to be on the safe side, I am also telling you how to have this layout on your Mac OS, for that go to this link: https://github.com/lailsonbm/ABNT2-Layoutand download the keyboard layout.
If you have updated your FC4 to FC5 and now are unable to locate the Brazilian ABNT2 layout then open the terminal and type:
Code:
gedit /etc/X11/xorg.conf
Press ‘enter’ key and search for the Identifier ‘Keyboard0’ and change the 5lines slab by the following:
Code:
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
After this close the terminal, and restart. You will have your default keyboard as the Brazilian 'ABNT2' keyboard layout.