How to change keyboard layout?

5,461

Solution 1

Keyboard layouts are not automatically changed when you start using a new keyboard, there is a chance that the key mappings are different, specially if we are talking about a Apple keyboard.

To change the mappings of the keyboard used in your system you need to:

  • Open the system settings

    enter image description here

  • Select Keyboard

    enter image description here

  • Select Layout Settings

    enter image description here

  • Right bellow the list of keyboard mappings active there is a little + button, press it and you will be able to add and select a new keyboard mapping

    enter image description here

When selecting a new keyboard mapping from the list you will be able to press the Preview button to have a look at the look and key distribution of the keyboard that will be a in use, try to match as close as you can to yours.

Solution 2

The numlock issue seemed to go away.

To fix the functions keys I just followed this:

https://help.ubuntu.com/community/AppleKeyboard#Change_Function_Key_behavior

  1. Append the configuration line to the file /etc/modprobe.d/hid_apple.conf creating it if necessary:

    echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
    
  2. Notify the hid_apple module to reload its configuration

    sudo update-initramfs -u
    
  3. Reboot

Share:
5,461

Related videos on Youtube

swedishhh
Author by

swedishhh

Updated on September 18, 2022

Comments

  • swedishhh
    swedishhh over 1 year

    I'm on ubuntu 12.04.

    Recently I bought a cheap apple style bluetooth keyboard. It pairs OK. I paired it with the current 102 key still attached.

    Anyway I noticed that the character mapping is incorrect. Most keys do not type anything - some keys on the right (k, l, ;') etc give numbers, but that's about it.

    So I rebooted, with 102 kbd unattached, and the bluetooth keyboard on, ready to connect.

    After boot at the login screen, the bluetooth keyboard had paired. I typed my password, and it logged in fine!! However after the user login was complete it reverted to the broken behaviour. A glance at the layout chart shows ubuntu thinks I still have the 102 layout, even though it remained disconnected.

    Any ideas?

    Thanks, Dave

  • swedishhh
    swedishhh almost 12 years
    Thanks for your reply. I found that dialog but can't really find any layout similar to the mini layout used by this keyboard. (Just to clarify - it's a copy, not an actual apple keyboard. It's this one, just to give you an idea of the layout amazon.co.uk/gp/product/B004IRXNGO/ref=oh_details_o02_s00_i0‌​0).
  • swedishhh
    swedishhh almost 12 years
    It seems unfortunate that ubuntu was able to use the keyboard to enable me to type my password, but not after completing login. Is there some way to find out what layout setting it has at that point, and apply that to my login?
  • Bruno Pereira
    Bruno Pereira almost 12 years
    @swedishhh that looks like a standard US, international keyboard layout, make sure that you are running only with 1 layout for now (remove the others, you can add them later)
  • swedishhh
    swedishhh almost 12 years
    Thanks @bruno - played around with most of the english layouts now - no luck with any though.
  • swedishhh
    swedishhh almost 12 years
    See here ubuntuforums.org/showthread.php?p=12138259 numlock is on by default after logging into X. I can turn it off with another keyboard but not the apple kbd. Also function keys don't work yet. I'll post more if I make progress.