Skip to content

Instantly share code, notes, and snippets.

@diegorodrigo90
Last active October 9, 2021 00:50
Show Gist options
  • Save diegorodrigo90/b874238cc1475a87576f26682efb9531 to your computer and use it in GitHub Desktop.
Save diegorodrigo90/b874238cc1475a87576f26682efb9531 to your computer and use it in GitHub Desktop.
Fix wsl gui keymap br_abnt2
sudo dpkg-reconfigure locales # select pt_BR.UTF-8
# Add the following lines to ~/.zshrc and ~/.bashrc or any other shell
# Corrigir teclado
WAYLAND_DISPLAY=""
setxkbmap -model abnt2 -layout br -variant abnt2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment