Last active
August 29, 2015 14:23
-
-
Save runswithd6s/a9c8763ed35e458643c8 to your computer and use it in GitHub Desktop.
Switching keyboard layout with International Unicode and nocaps
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 | |
XKBMODEL="pc105" | |
XKBLAYOUT="us,epo,de" | |
KBVARIANT="intl-unicode,basic" | |
XKBOPTIONS="ctrl:nocaps,grp:shifts_toggle,grp_led:caps" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added ',basic' to KBVARIANT, otherwise it wouldn't work on my machine at home for some reason.