Created
September 24, 2016 03:26
-
-
Save agusvama/f8d4fbc1fd16603e5a5a5c31a0414e59 to your computer and use it in GitHub Desktop.
keyboard layout:us, and able to use ñ (with alt-gr + n)
This file contains hidden or 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/X11/xorg.conf.d/00-keyboard.conf | |
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "us" | |
Option "XkbVariant" "altgr-intl" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment