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