0

I just installed Ubuntu 16.04 LTS via Hyper-V. During the setup it asked me some questions regarding my Keyboard layout, however, after the install; my keyboard isn't set right. the | key gives out a weird A with a dot on top and quotes "" give unknown symbols.

How can I fix my keyboard without reinstalling the OS (hopefully?) Please keep in mind I am a newbie so need detailed instructions?

Thanks.

gsb005
  • 1
  • 1
  • 3

1 Answers1

2

You can use the following command

sudo dpkg-reconfigure keyboard-configuration

It should give you all the options, and the configuration persist on reboot

arturodr
  • 121