Jul 07

Well there are MANY different ways to change the keymap in an ubuntu system. I tried to find a simple soulution, without installing any additional packages to an Ubuntu JeOS. The following lines first change the running keymap and then writes the boot time configuration:

Code:
sudo loadkeys de
sudo /etc/init.d/console-setup start

Have fun changing keymaps ;)

  • Facebook
  • Twitter
  • del.icio.us
  • Google Bookmarks
  • Digg

written by gk \\ tags: , ,


One Response to “Changing keymap in Ubuntu”

  1. 1. Steffen Says:

    Great! Thanks a lot!