Aspire One French Keyboard, stupid key..
So in Canada we have this multilingual keyboard layout for the Aspire1, it's horrid, they have basically split the left shift key in half. Good job! The solution (If your using Windows) is to use the Windows built in keyboard remapper. If you don't care and just want the fix, make a new text file, call it whatever.reg and put the following text inside, save, run and reboot. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,2A,00,56,00,00,00,00,00 If you want to use this mechanism in your own personal life you may read more about it here: http://www.microsoft.com/whdc/archive/w2kscan-map.mspx and find out keyboard mappings here: http://www.microsoft.com/globaldev/reference/keyboards.mspx Basically I'll break down the above: If we take the comma's out, and then separate them into 8 bytes segments we get: 00000000 00000000 02000000 2A005600 00000...