Solving (or improving) Macbook keyboard layout problems on Linux

Apple laptops have a slightly different keyboard layout. Obviously the keyboard works fine on Mac OSX but has some minor problems on Linux and Windows. In my case I have a Spanish layout and the Alt key doesn’t work by default. Hence I am unable to type some characters (@ # |). If you come across the same problem, one solution is to change the keyboard layout from Spanish to US international. This way those specials characters are accessible by pressing the Shift key. Besides programming with the US layout is faster (e.g. / and ; just need one keystroke).

To change the keyboard layout in Centos type:

# system-config-keyboard --text

… and choose US layout.

Share this post:

  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
Related posts:
  1. Visual Studio Doxygen Latex and encoding problems
  2. Recover the root password on Linux
  3. Schedule commands to run later on Linux and Mac
  4. Wordpress Complete Backup Solution
  5. Setting up an IPv6 Bind DNS Server on Linux

Leave a Reply