Skip to content

Instantly share code, notes, and snippets.

@fredericoramos
Created February 27, 2013 16:49
Show Gist options
  • Save fredericoramos/5049439 to your computer and use it in GitHub Desktop.
Save fredericoramos/5049439 to your computer and use it in GitHub Desktop.
UBUNTU - Setup Brazilian Portuguese layout keyboard / Configurando Teclado
==========================================================
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