Last active
December 31, 2017 03:16
-
-
Save DecisionNerd/35833e912c9110958fac874d0ef7388e to your computer and use it in GitHub Desktop.
Raspbian Keyboard reconfiguration Instructions
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
sudo dpkg-reconfigure keyboard-configuration #to reconfigure your keyboard. | |
#Choose English (US) for keyboard layout (second page of configuration). | |
#Then either reboot or | |
invoke-rc.d keyboard-setup start #to reload the keymap.Code: Select all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment