Created
August 16, 2015 08:20
-
-
Save matchaxnb/fcb788b4695deec967bb to your computer and use it in GitHub Desktop.
/etc/default/keyboard for dvorak & dvorak-intl suppoct, togglisg with caps lock
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
# KEYBOARD CONFIGURATION FILE | |
# Consult the keyboard(5) manual page. | |
XKBMODEL="pc105" | |
XKBLAYOUT="us,us" | |
XKBVARIANT="dvorak-intl,dvorak" | |
XKBOPTIONS="grp:caps_toggle" | |
BACKSPACE="guess" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment