Created
February 27, 2013 16:49
-
-
Save fredericoramos/5049439 to your computer and use it in GitHub Desktop.
UBUNTU - Setup Brazilian Portuguese layout keyboard / Configurando Teclado
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================== | |
UBUNTU - Configurando Teclado | |
Setup Brazilian Portuguese layout keyboard | |
========================================================== | |
# Install de VIM Editor | |
sudo aptitude install vim | |
# adicionar a numeração de linha | |
# Add line number | |
sudo vim /etc/vim/vimrc | |
set number | |
# Se necessário configurar a console | |
# To setup console | |
sudo dpkg-reconfigure console-setup | |
# Configurar o teclado para o ABNT com o Alt Gr | |
# Setup the keyboard to a accept Alt Gr especial char | |
sudo dpkg-reconfigure keyboard-configuration | |
Generic 105-key | |
Brazil (apenas) | |
ALT GR | |
XKBMODEL="pc105" | |
XKBLAYOUT="br" | |
XKBVARIANT="" | |
XKBOPTIONS="lv3:ralt_switch" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment