Skip to content

Instantly share code, notes, and snippets.

@marcosricardoss
Last active February 17, 2021 12:32
Show Gist options
  • Save marcosricardoss/3d83681fa816c8c28eda7cf56babf08b to your computer and use it in GitHub Desktop.
Save marcosricardoss/3d83681fa816c8c28eda7cf56babf08b to your computer and use it in GitHub Desktop.
Configure accents for English keyboards in linux (brazilian keyboard maps)
#!/usr/bin/env bash
setxkbmap -model abnt -layout us -variant intl
#!/usr/bin/env bash
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