Created
September 11, 2018 12:17
-
-
Save helderc/99ad897d1b9f42c441b0319396c58dd6 to your computer and use it in GitHub Desktop.
Setup of pt_BR keyboard layout in Kubuntu 18.04
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
# /etc/default/keyboard | |
# KEYBOARD CONFIGURATION FILE | |
# Consult the keyboard(5) manual page. | |
XKBMODEL="abnt2" | |
XKBLAYOUT="br" | |
#XKBVARIANT="nodeadkeys" | |
#XKBOPTIONS="" | |
#BACKSPACE="guess" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment