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 00000000 (Now it looks like the MS kb!) It is important to remember that entries stored in the registry are always in little Endian format. The following table contains these entries broken into DWORD fields and the bytes swapped. (Stole that from the KB, so you understand why it's byte swapped) 0x00000000 Header: Version. Set to all zeroes. 0x00000000 Header: Flags. Set to all zeroes. 0x00000002 Two entries in the map (including null entry). 0x002A0056 LPDAQM* --> Left Shift (0x2A --> 0x56). 0x00000000 Null terminator. * - Left Pointing Double Angle Quotation Mark Reboot and enjoy.. the next step was to break the French key off and then use a Popsicle stick to bridge the gap, but this seems to work as well...

Comments

Popular posts from this blog

Webex Support with Windows 7

Upgrading to the Marlin firmware on the Anycubic Mega S

Installing TinyCore 8x Linux to the Hard Drive via Command Line